<<set setup.dateDay = ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>
<<set $dateDay = 0>>
<<set setup.dateTime = ["Morning", "Day", "Evening", "Night"]>>
<<set $dateTime = 0>>
/*---CHARACTER---*/
<<set $name to "John">>
<<set $money to 50>>
<<set $followers to 17>>
<<set $lust to 0>>
<<set $stam to 70>>
<<set $str to 0>>
<<set $charisma to 0>>
/*---SKILLS---*/
<<set $hackingSkill to 0>>
<<set $lockpick to 0>>
<<set $yoga to 0>>
<<set $massageSkill to 0>>
<<set $gamingSkill to 0>>
/*---RELATIONSHIPS---*/
<<set $momLove to 0>>
<<set $sisLove to 0>>
<<set $receptionistLove to 0>>
<<set $HotelGuardRel to 0>>
<<set $noraRel = 0>>
/*---INVENTORY---*/
<<set $playerHasLockpicks to false>>
<<set $hotelRecommendation to false>>
<<set $phone to false>>
/*---TEMPORARY---*/
<<set $escortEquipped to false>>
<<set $escort to "">>
<<set $job to "">>
/*---QUESTS---*/
<<set $cityUnlocked to false>>
<<set $garageUnlocked to false>>
<<set $hotelSecurityCameraQuest to false>>
/*---SIDE QUESTS---*/
<<set $kateArcade to false>>
<<set $guardDrinkSpiked to false>><<=setup.dateDay[$dateDay]>>
<<=setup.dateTime[$dateTime]>>
<<if $lust gte 150>>\<h6>You're really horny - you should find a way to relieve your stress. It affects your charisma</h6><</if>>\
<<if $job neq "">><h5>Your current job is:
<strong>$job</strong></h5><</if>>\
<style>
h6 {
font-family: 'Poppins';
font-size: 14px;
color: #FF1B1C;
font-weight: 400;
}
h5 {
font-family: 'Poppins';
font-size: 14px;
color: #94E8B4;
font-weight: 400;
}
</style>Version 0.2
Money: $ $money
<<if $stam gte 200>><<set $stam = 200>><<elseif $stam lt 0>><<set $stam to 0>><</if>>Stamina: $stam
<<if $str > 200>><<set $str = 200>><<elseif $str < 0>><<set $str = 0>><</if>>Strength: $str
<<if $lust > 200>><<set $lust = 200>><<elseif $lust < 0>><<set $lust = 0>><</if>>Lust: $lust
<<if $charisma > 200>><<set $charisma = 200>><<elseif $charisma < 0>><<set $charisma = 0>><</if>>Charisma: $charisma<img src="img\misc\startBanner.jpg">
Hi there 👋
Welcome to Echoes of Enigma - a game full of unexpected twists and turns.
If you're wondering who I am... I am just a fan of adult games and with the little coding knowledge I have, I am trying to create something fun for others and potentially earn some bread.
Become part of the community by joining the Discord server, and gain access to many benefits by becoming a patron:
<div id="DiscordPatreon"><a href="https://discord.gg/QtbznV76Xq"><img src="img\misc\Discord.jpg" width="186"></a>
<a href="https://patreon.com/KinkFactory"><img src="img\misc\Patreon.jpg" width="186"></a>
</div>
Please read <<linkreplace " Disclaimer">>
<div>
ALL CHARACTERS ARE ENTIRELY FICTIONAL.
ALL CHARACTERS ARE 18+ YEARS OLD.
ALL INTERACTIONS ARE STRICTLY CONSENSUAL.
THERE IS NO BLOOD RELATIONS BETWEEN ANY OF THE CHARACTERS.
</div>
<</linkreplace>>
Please enter the name of the character you will be playing as:
<<textbox "$name" $name>> \
<<button "Confirm">>
<<set $name to $name>>
<<if $name is "">>
<<replace "#name-error">>Please enter a name!<</replace>>
<<else>>
<<goto "C1">>
<</if>>
<</button>> \
<span id="name-error"></span><img src="img\backgrounds\logo.jpg" width="100%">You can always check your active quests by click "QUESTS" on the sidebar
In case you're stuck in a certain passage, click <<link "this" "Hallway">><</link>> to get teleported to the House
If you need any help with the game, join the Discord Community server and ask your questions there 💗
<a href="https://discord.gg/QtbznV76Xq"><img src="img\misc\Discord.jpg" width="186"></a>
<<link "Close" $currentLocation>><</link>>__QUESTS__:
<<if $coffeeQuest is true>>Go in the kitchen and make some coffee<</if>>\
<<if $privateAccessQuest is true>>There must be a key somewhere in the house. Maybe I should ask sis if she knows anything?<</if>>\
<<if $openGarage is true>>Learn about lockpicking online or... just break the door?<</if>>\
<<if $pawnShopQuest is true>>Try asking around the city, and find out what happened to Alen’s Pawn Shop.<</if>>\
<<if $QuestCarDealership is true>>Nora said I can find the Car Dealership I'm looking for at the Industrial Edge of the city<</if>>\
__SIDE QUESTS__:
<<if $kateArcade is true>>This girl "Kate" liked my LoL stream and wants to meet at the ''Arcade''. Let's see what she's about<</if>>\
<<if $kateArcadeBeatGame is true>>Beat the arcade game to find Kate<</if>>\
<<if $textKate is true>>I wonder why Kate was not at the arcade? Let's text her using the phone and ask her<<if $phone is false>>. I guess I should get a phone first<</if>><</if>>\
<<link "Close" $currentLocation>><</link>>Hey there!
In case you're wondering who I am - just a random dude trying to pay rent and make a cool game in the process.
Don’t worry - this game will ''never'' be “pay to play,” “pay to win,” or any of that nonsense.
The main story and main characters will always stay free and available in the public version.
But if you’d like to get access to cheats, early builds, voting power, Discord perks, or you just want to support my work - you can check out my Patreon.
Every coffee and cigarette I burn through while working on this project adds up 😅
Your support genuinely helps me keep the lights on (and my caffeine addiction going) so I can keep making this game better for you all.
<a href="https://patreon.com/KinkFactory"><img src="img\misc\Patreon.jpg" width="186"></a>
<<link "Close" $currentLocation>><</link>>You are $name, a 20-year-old guy who somehow managed to drift through life without a real direction.
You were always the quiet one - not bullied, not popular, just… invisible.
Nothing ever pushed you to want more. You had a roof over your head, two parents who cared, and a sister who always had your back. And thanks to your father’s successful career, money was never a problem. You lived comfortably - maybe even too comfortably.
And maybe that’s why you never chased anything bigger.
No dreams. No goals. No plans.
But comfort never lasts forever.
//[[One year ago, everything changed…]]//
//<<link "Skip intro story" "ACT I">>
<</link>>//<<set $dateTime = 3>>
<<set $dateDay = 3>>
<<set $lust = 100>>
<<set $stam = 100>>
\<img src="img\misc\promotedtomaster.jpg">
<span class="player">Master rank. Finally.
All that rage, flaming, and instant noodles… totally worth it, right?</span>
<span class="thought">Funny thing - I don’t even feel happy. Just tired.</span>
<span class="player">Maybe I should go outside or talk to an actual human for once..</span>
[[Check out the living room]]<img src="img\backgrounds\Hallway.jpg">
<<set $currentLocation to "Hallway">>
''|EAST WING''
[[Bathroom]]
[[Living Room]]
[[Kitchen]]
''|NORTH WING''
[[Your Room]]
[[Sister's Room]]
[[Parent's Room]]
''|WEST WING''
<<if $garageQuest is true>><span class ="quest">[[Garage]]</span><<else>>[[Garage]]<</if>>
<<if $cityUnlocked is true>>[[Go to the City]]<</if>><img src="img\backgrounds\Bathroom.jpg">
<<set $currentLocation to "Bathroom">>\
<<set _BathroomRandomEncounter to random(1,4)>>\
[[Pee]]
[[Take a shower]]
<<if _BathroomRandomEncounter is 1 and $dateTime is 2>>\
[[It looks like mom is taking a bath.]]
<<elseif _BathroomRandomEncounter is 2 and $dateTime is 0>>\
[[I think I hear sis inside.]]<</if>>
[[Hallway]]<img src="img\backgrounds\Living Room.jpg">\
<<set $currentLocation to "Living Room">>
[[Watch TV]]
<<link "Work out" "workOutLivingRoom">><</link>>
<<set _livingRoomRandom to random(1,4)>>\
\
<<if $dateTime is 0>>
<<link "Mom is doing her morning yoga" "momYoga">><</link>>\
<<elseif $dateTime is 2 and _livingRoomRandom is 1>>
<<link "You see mom watching TV" "momWatchingTV">><</link>>\
<<elseif $dateTime is 2 and _livingRoomRandom is 2>>
<<link "Your sister is doing some exercises" "sisWorkout">><</link>>\
<</if>>
[[Hallway]]<img src="img\backgrounds\Kitchen.jpg">
<<set $currentLocation to "Kitchen">>\
[[Eat]]
[[Wash Dishes]]
<<set _breakfastRandom to random(1,2)>>\
<<if $dateTime is 0 and (_breakfastRandom is 1 and $momLove gte 40)>>\
<img src = "img\mom\momBreakfast1.webp">
You see mom making breakfast in a sexy apron
<<link "Surprise her from behind" "momMakingBreakfast">><</link>>
<</if>><<if $dateTime is 0>>\
<<link "Have breakfast with your family" "familyBreakfast">>\
<</link>><</if>>\
<<if $coffeeQuest is true>><span class="quest">[[Make Coffee]]</span><</if>>
[[Hallway]]<img src="img\backgrounds\Your Room.jpg">
<<set $currentLocation to "Your Room">>
[[Computer]]
[[Work Out]]
[[Mirror]] //(Check your stats)//
[[Notebook]] //(Check relationships)//
[[Take a nap]]
[[Sleep]]
[[Hallway]]<img src="img\backgrounds\Sisters Room.jpg">
<<set $currentLocation to "Sister's Room">>\
<<if $dateTime neq 3>>\
[[Talk with sis]]
<<else>>Sister is sleeping right now<</if>>
<<if $privateAccessQuest is true>><span class="quest">[[Ask about the keychain]]</span><</if>>
[[Hallway]]<img src="img\backgrounds\Parents Room.jpg">
<<set $currentLocation to "Parent's Room">>
<<if $dateTime neq 3>>\
[[Talk with mom]]
<<else>>Mom is sleeping right now<</if>>
[[Hallway]]<<set $currentLocation to "Garage">>
<<if $garageUnlocked is false>>\
<img src = "img\misc\garageDoor.jpg">
You try opening the garage door but it appears to be locked and you don't have a key.
<<if $openGarage is true and ($lockpick gte 10 and $playerHasLockpicks is true)>>\
<span class="quest"><<linkreplace "Try picking the lock">>
<img src = "img\misc\lockpicking.gif">
<<timed 2s>>Success! <<link "Open the door" "ACT II">><</link>><</timed>>
<</linkreplace>></span>
<<elseif $openGarage is true and $playerHasLockpicks is false>>\
You don't have picks. You can find them in an online store
<<elseif $openGarage is true and ($playerHasLockpicks is true and $lockpick lt 10)>>
<span class="quest"><<linkreplace "Try picking the lock">>
<img src = "img\misc\lockpicking.gif">
<<timed 2s>>Failed. You broke your lockpicks.
<span class="lowStat">Lockpicking skill 10+ needed</span><</timed>><<set $playerHasLockpicks = false>>
<</linkreplace>></span>
<</if>>
<<if $openGarage is true and $str gte 30>>\
<span class="quest"><<linkreplace "Break the door">>
<img src = "img\misc\doorBreak.gif">
You've been working out enough to break the door.
<span class="thought">Damn, I got really strong.</span>
<span class="thought">So I guess this is it...</span>
<<link "Go inside" "ACT II">><</link>>
<</linkreplace>></span>
<</if>>
<<else>>
<img src = "img\backgrounds\Garage.jpg">
[[Volkswagen Beetle]]
<<if $SUV is true>>[[SUV]]<</if>>\
<<if $motorcycle is true>>[[Motorbike]]<</if>>
<</if>>
[[Hallway]]<img src="img\misc\showering.gif">
//You feel refreshed and less horny//
<<set $stam += 20>>\
<<set $lust -= 20>>\
<<set _playerShowerEvent to random(1,3)>>\
<<if _playerShowerEvent is 1 and $momLove gte 20>>\
<<link "You hear someone opening the door" "playerShowerMom">><</link>>
<<elseif _playerShowerEvent is 2 and $sisLove gte 20>>\
<<link "Yeah have a feeling someone is watching you">><<goto "playerShowerSis">><</link>>
<<else>>
<</if>>
<<timeskip>>
<<link "Continue">><<goto "Bathroom">><</link>><img src="img\misc\piss.gif">
<span class="thought">damn, how long was I holding that in?</span>
<<link "Continue" "Bathroom">><</link>><img src="img\backgrounds\Living Room.jpg">
You enter the living room and see no one there
<span class = "player">Hellooo is someone around?</span>
No answer...
<span class = "thought">I'll check on sis, she's probably in [[her room]]</span>As you come close to her door, you notice that the door is unlocked.
<span class = "thought">Hehe let's try and scare her</span>
<<linkreplace "Open the door slowly">>
As you open the door slowly, you see your sister changing.
<img src="img\sister\sisterUndressing.webp">
You wanted to go back; you know you shouldn't be watching her undress, but something inside of you just doesn't let you move.
<span class="thought">she has such hot body...</span>
You've been so horny lately, you keep looking.
<img src="img\sister\sisterUndressing2.webp">
You keep watching her as she gets naked, and that's when you start shaking. Your hand starts twitching, and the door [[creaks a bit...]]
<</linkreplace>><span class = "sis">OMG $name!!!</span>
<img src="img\sister\caughtUndressing.webp">
<span class = "sis">What the fuck are you doing you little pervert?</span>
<span class = "player">It's not what it looks like I swear I just wanted to...</span>
<span class = "sis">You wanted to what? Masturbate while looking at your sister changing? Is that what you wanted?</span>
<span class = "player">No no really it's just an accident I swear I just wanted to check if you wanted to play some cards with me cause I was bored</span>
<span class = "sis">Oh yeah? Let me guess, you wanted to play strip poker with me?</span>
<span class = "player">No sis come on... It was really just a bad timing and your door was unlocked, why you gotta make it such a big deal, I'm sorry</span>
<span class = "sis">Okay okay relax bro, I was just messing with you. Besides, you don't get to see a naked girl in front of you every day, I understand</span>
<span class = "player">Hey that's not true...</span>
<span class = "sis">Oh yeah? Those porn streams don't count you know?</span>
<span class = "player">What? I'm not-... You know what... forget about that, do you wanna play some cards with me or not?</span>
<span class = "sis">Nah I can't, I gotta study for a school test tomorrow</span>
<span class = "player">Oh come on, you've been studying so hard lately, can't you take a break?</span>
<span class = "sis">No can do lil bro. If you decided to go to college after you finished high school, you would understand. You should go ask mom and dad, they're in their room</span>
<span class = "player">I don't wanna waste time going to college, that's not how you make real money</span>
<span class = "sis">Yeah yeah, just keep looking up to your father who didn't even finish a high school. God knows how he makes money...</span>
<span class = "player">Yeah yeah whatever... At least he'll probably have some time for me</span>
[[Go to parent's room]]Gettin closer to parent's room, you hear a muffled noise coming from inside.
<<linkreplace "Look through the keyhole">>
You take a look through the keyhole...
<img src="img\mom\gettingfuckedbydad.webp">
You see mom and dad having sex on the bed
<span class="thought">holy shit that looks rough</span>
<img src="img\mom\gettingfuckedbydad2.webp">
<span class = "mom">Yes yes yes yes honey fuck me hard, slap me even harder!</span>
<span class = "MNPC">Shut up bitch and take this cock!</span>
your dad was fucking her senselessly and it seems like she really loved it
<span class="thought">damn, never saw mom as that type of woman</span>
As she was begging him to keep going I heard dad's phone started ringing
<span class = "MNPC">Fuck I have to take this</span>
<span class = "mom">Are you kidding me, again? I was so close to cumming</span>
<span class = "MNPC">I'm sorry honey but it's probably important</span>
<span class="thought">"Probably important???" What's more important than making a woman like her cum?</span>
You feel mad at him for prioritizing a phone call over your mom, you didn't even notice how horny this made you
<img src="img\misc\bulge.jpeg">
Even though you had this mix of emotions, you also felt intrigued about the phone call so you keep listening...
<span class = "MNPC">What do you mean he's not answering his phone? He was supposed to finish the job tonight...</span>
Then comes the moment of silence, you wonder what the other side is saying
<span class = "MNPC">Jesus Christ Henry! We are so close to achieving something here, it was supposed to go smoothly. I told you we can't count on your junkie ass nephew!</span>
You can hear your dad sounds very angry, as if it was something really important about his job tonight
<span class = "MNPC">Okay, okay... I'll take care of this. I'm getting in the car and finishing the job</span>
He hangs up the phone
<span class = "MNPC">I'm sorry honey but I have to go, we have this one final project my colleague's nephew was supposed to deliver to clients but he's not answering his phone. I'll be back in the morning</span>
<span class = "mom">You're scaring me being this stressed about some project papers. What is this project about?</span>
<span class = "MNPC">You know I don't like talking about my work. Just focus on being a good mother to ''my'' kids and I'll focus on making money for all your clothes and this house!</span>
<span class = "mom">S - Sorry...</span>
You hear your dad getting dressed and rushing to the door, you hurry getting back to your room but your dad was so fast he saw you in the hallway.
He looks at you, obviously noticing the bulge you have in your pants, looks at you rather... dissapointed and says...
<span class = "MNPC">At least you got a big cock from your pops. But you need to get your life together, you were not meant to spend all day on those stupid games. Once you understand your bloodline, you might get to use that cock on someone other than your hand.</span>
With that, he turns and leaves in a hurry, leaving you stunned by what he just told you. It's not making you only feel worthless, it also burned a spark of anger in yourself.
<span class = "thought">But how do I that...</span>
[[you go to your room and hit the sheets]]
<</linkreplace>><<set $gameTime = 4>>\
3 AM... Your dick is still hard and you can't fall asleep cause of all the things you saw today.
You have no choice... <<linkreplace "you fire up the computer and decide to watch some porn">>
<img src="img\pc\porn1.webp">
You start masturbating at some vanilla porn but find it hard to cum to it
<<linkreplace "watch something else">>
<img src="img\pc\porn2.webp">
<span class = "thought">They look so... into it</span>
It kinda reminds you of what you saw in your parent's bedroom but it's still not as rough.
<<linkreplace "search up some rough porn">>
<img src="img\pc\porn3.webp">
You feel yourself getting turned on more by this type of porn
<span class = "thought">It's so hot being the one in charge. Being dominant. Using someone as you wish</span>
<<linkreplace "That's when you play the next video-">>
<img src="img\pc\porn4.webp">
You got so into it you didn't pay attention to the genre being step-fantasy. After you noticed it was a stepmom - stepson roleplay, you started masturbating so hard while thinking about your mom...
<span class = "player">What's wrong with me, I shouldn't be thinking about this</span>
<<linkreplace "Think about using her as your personal fuck toy">>
<img src="img\pc\porn5.webp">
It turned you on so much you finally managed to cum...
This is the moment where post-nut clarity hits you but you were not feeling guilt, you were not feeling ashamed, or disgussed. You rather felt... //dominant?//
That's when you heard a creak, looked at your door and noticed it was slightly opened...
<span class = "player">Fuck... Did I forget do close the door? It's too late anyway, everyone's sleeping.</span>
You finally felt tired, jumped into bed and fell asleep within seconds...
[[next morning]]
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><<set $dateDay = 4>>\
<<set $dateTime = 1>>\
<span class = "sis">$name! $name! Wake up!</span>
<<linkreplace "Wake up">>
You were so tired you slept til noon
<span class = "player">I'm awake, I'm awake - what's up?</span>
<span class = "sis">Dad hasn't come home since tonight, and he is not answering his phone!</span>
<span class = "player">Wait what? He's probably not done with work yet, relax</span>
<span class = "sis">I don't know $name, he was never late like this</span>
<span class = "player">Let's wait some more, I'm sure he'll be back by tonight back</span>
<span class = "sis">Okay, I hope you're right, mom is going crazy...</span>
So you all decide to sit together in the living room and [[wait for dad]]
<</linkreplace>><<set $dateDay = 2>>\
<<set $dateTime = 2>>\
A few days passed, dad never came home. We even called the police but they couldn't do anything since dad always kept us in the dark about his work. We didn't know what he did, where he worked, or even any of his colleagues.
Now that I think about it, it's sad that we never even cared about it. We lived in a nice house, had money for everything we wished for... we were spoiled brats, and just because of that, we never paid a thought about how we have all the things we have.
And now that dad is not around... We were left with limited finances. Sis quit school, she started working as a waitress in the nearby Café cause she couldn't afford to pay for classes. Mom stayed unemployed and somehow, she always had the money for herself. I'm guessing she found some hidden stash with dads money.
As for me... I used to stream from time to time in order to get some money but since I'm not an egirl with big boobs it wasn't very profitable, just enough to get by.
<<link "A year later, this is when my life starts taking an unexpected turn..." "ACT I">><</link>><<set $dateDay = 1>>\
<<set $dateTime = 0>>\
<<set $stam = 100>>\
Monday morning on a rainy day...
<<linkreplace "Wake up">>
<img src="img\misc\wakingup.gif">
<span class = "player">//yawn// ah, another day in this stupid life... I need some coffee. let's __go to the kitchen__</span>
__//(you can always check your active quests by click "QUESTS" on the sidebar)//__
<<set $coffeeQuest = true>>\
<<link "Hallway">><<goto "Hallway">><</link>>
<</linkreplace>><<dayskip>><<set $stam += 100>><<goto "Your Room">>\<img src = "img\backgrounds\Watch porn.jpg">
[[Anal Porn]]
[[BDSM Porn]]
[[Blowjob Porn]]
[[Cosplay Porn]]
[[Shemale Porn]]
<<link "Back" "Computer">><</link>><<if $stam neq 0>>\
<img src="img\misc\bedroomWorkout.gif">
You worked out and feel stronger<<set $str += 1>>
<span class = "statChar">Strength increased</span><<set $stam -= 20>>
<<else>>\
<span class ="lowStat">You're too tired to do this</span>
<</if>>\
<<link "Continue" "Your Room">><</link>><<timeskip>>
<<set $stam += 50>>\
<<goto "Your Room">><<if $stam neq 0>>\
<img src="img\misc\dishwashing.gif">
You hate washing dishes but you know it makes mom happy, so you start washing dishes with the speed of light just so you can be done with this ASAP!
At one point mom enters the kitchen
<span class = "mom">Oh wow sweetie you're such a good boy, thank you for washing the dishes!</span>
<<set $momLove += 2>><span class = "statRel">Mom relationship increased</span>
<<timeskip>><<set $stam -= 20>>\
<<else>>\
<span class ="lowStat">You're too tired to do this</span>
<</if>>
<<link "Continue" "Kitchen">><</link>><img src="img\misc\eating.gif">
You ate and now you have more energy
<<set $stam += 25>>\
<span class = "statChar">Stamina increased</span>
<<timeskip>>
<<link "Continue" "Kitchen">><</link>><img src="img\misc\watchingTV.gif">
You decide to watch TV for a while
<<timeskip>>
<<link "Continue" "Living Room">><</link>><<set _sisTalk to random(1,2)>>\
<<if _sisTalk is 1 and $sisLove lt 20>>\
You decide to check on your sis
<span class="player">Hey, uh… can I borrow your charger again? Mine disappeared</span>
<span class="sis">You mean the one you “borrowed” last week and never returned?</span>
<span class="player">…That might be the one, yeah</span>
<span class="sis">//sigh// Fine. But this time, I want it back before midnight</span>
<span class="player">Deal. You’re a lifesaver</span>
<span class="sis">I know. Try not to push your luck!</span>
<<set $sisLove += 4>><span class = "statRel">Sister relationship increased</span>
<<elseif _sisTalk is 2 and $sisLove lt 20>>\
<span class="player">Your room is way too quiet</span>
<span class="sis">That’s the vibe today.</span>
<span class="player">Want some noise?</span>
<span class="sis">Maybe… depends on the noise.</span>
<<set $sisLove += 4>><span class = "statRel">Sister relationship increased</span>
<<elseif _sisTalk is 1 and $sisLove gte 20>>\
<span class="player">Is this a good moment, or should I come back never?</span>
<span class="sis">You can stay… as long as you behave</span>
<span class="player">Oh boy. That’s pressure</span>
<span class="sis">Then don’t screw it up</span>
Your small chat with sis is way more flirtatious than before, and it's pretty exciting
<<set $sisLove += 4>><span class = "statRel">Sister relationship increased</span>
<<elseif _sisTalk is 2 and $sisLove gte 20>>\
You enter the room and see your sis playing a video game
<span class="player">Whoa, are you still playing that game?</span>
<span class="sis">I’m on the final boss, do NOT distract me</span>
<span class="player">Okay, okay… but if you lose, it’s totally my fault</span>
<span class="sis">Then stay quiet and let me win</span>
<<set $sisLove += 4>><span class = "statRel">Sister relationship increased</span>
<</if>>
<<timeskip>>
<<link "Continue" "Sister's Room">><</link>><<set _momTalk to random(1,2)>>\
<<if _momTalk is 1 and $momLove lt 20>>\
<span class="player">Mom, what’s for dinner tonight?</span>
<span class="mom">I’m still deciding… any requests?</span>
<span class="player">Something that isn’t broccoli</span>
<span class="mom">Then broccoli it is!</span>
<span class="player">I walked right into that one…</span>
<<set $momLove += 4>><span class = "statRel">Mom relationship increased</span>
<<elseif _momTalk is 2 and $momLove lt 20>>\
<span class="player">That perfume smells new</span>
<span class="mom">Just testing it out</span>
<span class="player">It’s nice. Kinda fancy</span>
<span class="mom">Too fancy for grocery shopping?</span>
<span class="player">Definitely.</span>
<<set $momLove += 4>><span class = "statRel">Mom relationship increased</span>
<<elseif _momTalk is 1 and $momLove gte 20>>\
<span class="player">Wow… that sweater looks… different today</span>
<span class="mom">Different? How so?</span>
<span class="player">Just… somehow… catching the light better</span>
<span class="mom">Or maybe you just started noticing things now. Careful… observation can be distracting</span>
<img src = "img\mom\momSweater.webp">
She starts fondling her breasts in front of you
<span class="player">Uhm... yeah, maybe...</span>
<<set $lust += 20>>
<<set $momLove += 4>><span class = "statRel">Mom relationship increased</span>
<<elseif _momTalk is 2 and $momLove gte 20>>\
<span class="player">You look… focused.</span>
<span class="mom">Focused on what?</span>
<span class="player">On whatever it is that makes you have that focused look on your face</span>
<span class="mom">No I'm just thinking about something</span>
<span class="player">Thinking about what?</span>
She looks at your crotch and blushes a little
<span class="mom">Uhm.. nothing important, just forget about it</span>
<<set $momLove += 4>><span class = "statRel">Mom relationship increased</span>
<</if>>
<<timeskip>>\
<<link "Continue" "Parent's Room">><</link>><span class = "player">Hey mom you need some help?</span>
<span class = "mom">Oh $name yes please</span>
<<linkreplace "Come closer">>
You come closer to her and she takes your dick in her mouth
<img src="img\mom\momBathBJ.webp">
<span class = "player">Yeah mom wash it properly before it enters you</span>
<span class = "mom">Before it enters me!?</span>
<<linkreplace "Turn her around and fuck her">>
<span class = "mom">Wa-wait $name maybe we shouldn't be doing this...</span>
<span class = "player">Oh yes we do</span>
<span class = "mom">Wait son, no need to be so rough ''O~OH FUCK...''</span>
<img src="img\mom\momBathFuck.webp">
<span class = "mom">Oh fuck you're going so fast it... it feels good</span>
<span class = "player">Then I guess you don't want me slowing down</span>
<span class = "mom">N-No... as a matter of fact I wouldn't mind you going even harder</span>
<span class = "player">Oh you naughty bitch come here</span>
<span class = "mom">Hey! Watch your language young boy, you can't talk to me like that!</span>
<<linkreplace "Shut her up with your cock">>
<img src="img\mom\momBathBJ2.webp">
You shove your cock inside her mouth and start facefucking her
<span class = "player">And now ''you'' can't talk at all. See? I'm the one in charge now</span>
You feel her trying to resist and say something but she can't take her mouth of your cock
<span class = "player">Let's take you out of the tub so I can get a better grip and fuck you properly</span>
<<linkreplace "Pull her hair and start fucking her over the sink">>
<img src="img\mom\momBathFuck2.webp">
<span class = "player">Yeah bitch, take it deep</span>
<span class = "mom">Fuuuuck it feels so gooood</span>
<span class = "player">Of course it does, now get on your knees and make me cum with your mouth</span>
<<linkreplace "she gets on her knees and starts jerking you off">>
<img src="img\mom\momBathFacial.webp">
You cum so much it goes everywhere - her mouth, her face, her tits...
<span class = "mom">Oh shit what have we done, I wasn't suposed to lose control like this</span>
<span class = "player">Relax mom, you have needs and since I'm the only man in the house, you can use my cock whenever you want</span>
<span class = "mom">That... that sounds so wrong but so tempting at the same time... Get out now, I need to take another bath</span>
<span class = "player">I thought I just gave you one hahah</span>
<<timeskip>><<set $stam -= 20>>
You say with a smirk and <<link "leave..." "Hallway">><</link>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>Seeing how sexy she looks you decide to barge in and take her from behind
<img src ="img\sister\sisBathFuck1.webp">
<span class = "sis">//Gasps// $player what are you doing???</span>
<span class = "player">I saw you taking some pics. You just looked so beautiful I had to take this chance and fuck you</span>
<img src ="img\sister\sisBathFuck3.webp">
<span class = "sis">Oh... Thank you for calling me beautiful. Can you be a little gentler though?</span>
<span class = "player">I'm sorry but I'm just so horny I can't control myself</span>
<span class = "player">Can you turn around for me?</span>
She turns around, and you lift her onto the counter
<img src ="img\sister\sisBathFuck2.webp">
<span class = "player">Oh my God this feels so good</span>
<span class = "sis">Just... Hurry up please I don't want mom walking in on us</span>
<span class = "player">Okay then look me in the eyes, and tell me you're my little fuck toy</span>
<span class = "sis">Well if that's gonna make you cum faster...</span>
Her eyes with a slightly smeared eyeshadow look like she looking into your soul as she says:
<span class = "sis">I want you fuck me like a slut. I want you to use my holes like your personal fuck toy and do whatever you want with me</span>
<img src ="img\sister\sisBathFuck4.webp">
<span class = "player">Fuuuuck I think I'm close, get down and suck me off</span>
Without breaking eye contact, with a slight smirk on her face, she says:
<span class = "sis">Yes master</span>
She gets down on her knees, taking you in her mouth
<img src ="img\sister\sisBathBJ.webp">
<span class = "player">Oh yeah just like that. You're such a slut, and I'm gonna spray my cum all over you</span>
You take a good look at her and can't help but notice her smile as she hears that
<span class="thought">Is this... making her happy?</span>
You wonder as you stop facefucking her, take half a step back and start cumming all over her-
<img src ="img\sister\sisBathFacial.webp">
<span class = "sis">Fuck that's delicious... now go away before mom sees us like this</span>
<<timeskip>><<set $stam -= 20>>
<<link "Continue..." "Hallway">><</link>><span class = "player">Hey mom what are you doing?</span>
<span class = "mom">Just watching TV</span>
<<linkreplace "Watch TV with mom">>
<span class = "player">Can I join?</span>
<span class = "mom">Yeah sure honey, sit down</span>
You sit down next to her and start watching random stuff on television
<span class = "mom">Ah my legs are killing me</span>
Thats when you notice she is wearing some really nice lingerie and how nice and soft her legs look
<img src="img\mom\momLegs.jpg">
<<linkreplace "Offer a massage">>\
<<if $massageSkill lt 10>>\
<span class="thought">I should learn more about feet massage before I offer her one.</span><span class = "lowStat"> Massage skill at least 10 needed</span>
<<else>>\
<span class = "player">Would you like a massage, I've been learning about it online lately</span>
<span class = "mom">Oh? You started getting into massages? Sure honey, let's see what you learned</span>
She lifts her legs on the couch and you start giving her a massage
<img src="img\mom\momLegMassage1.gif">
After a while...
<span class = "mom">Mm you're good at this. Can you do my feet now? They hurt the most</span>
<span class = "player">Of course mom, anything for you</span>
<<set $momLove += 2>><span class = "statRel">Mom relationship increased</span>
<span class="thought">Fuck... her legs look too good. Maybe I can sneak my dick between her feet?</span>
<<linkreplace "Take your dick out and rub her feet">>
You use the chance while she is not looking to take your cock out and start rubbing it on her feet
<img src="img\mom\momLegMassage2.webp">
<span class="thought">Oh my God this feel so good</span>
You got so into it you didn't notice her secretly looking at you
<<if $momLove lt 10>>
<span class = "mom">You sick fuck, what the hell are you doing?</span>
<span class = "player">Oh fuck I'm so sorry I was just -</span>
You didn't get to even finish the sentence before she kicks you and leaves
<span class="thought">Oh fuck... I'm such an idiot</span>
<<set $momLove -= 10>><span class = "statRel">Mom relationship decreased</span>
<<elseif $momLove gte 10 and $momLove lt 45>>
<span class = "mom">Enjoying the massage as well?</span>
<span class = "player">Oh shit... I'm sorry mom I was just so horny and your legs look so soft and sexy I couldn't control myself...</span>
She looks at you and smirks. Guess she liked that you complimented her feet
<span class ="mom">Just hurry up and finish what you're doing</span>
<span class = "player">Omg thank you mom, I -</span>
<span class = "mom">Shush! I'm not happy with letting you do this so don't talk to me until you're done</span>
<span class="thought">Damn, she's pissed but she still lets me do this... Better make this count</span>
<img src = "img\mom\cumOnLegs.webp">
You hurry up while she's focused on TV and cum all over her legs.
<span class="thought">Oh fuck... she won't be happy about me cumming on her legs</span>
<img src = "img\mom\disgustedFace.gif">
You glance at her and see her looking at you with a disgusted look on her face, not saying anything.
She stands up and goes to the bathroom
<<elseif $momLove gte 45>>
<span class = "mom">Enjoying the massage as well honey?</span>
<span class = "player">Oh shit - sorry mom it's not what you think it is I was just...</span>
<span class = "mom">Calm down baby, I think we're past what I think and what I don't. Why don't you sit down and let me massage //you// now?</span>
You sit down and she starts rubbing your cock with her feet
<img src="img\mom\momLegMassage3.webp">
<span class = "mom">Does it feel nice?</span>
<span class = "player">It feels like heaven, your feet are so nice I think I'm going to... oh fuck...</span>
<img src="img\mom\momLegMassage4.webp">
<span class = "mom">Goood boy, let it all out on mommy's feet</span>
<<set $stam -= 20>>\
<</if>>\
<</linkreplace>>
<</if>>\
<</linkreplace>>\
<</linkreplace>>
<<link "Leave..." "Hallway">><</link>>WIP
<<link "Continue" "Bathroom">><</link>>WIP
<<link "Continue" "Bathroom">><</link>><img src="img\mom\momYoga1.webp">
You walk in on your mom doing some morning yoga
<span class = "player">What an ass...</span>
<span class = "mom">Oh hey there son, did you say anything?</span>
<span class = "player">What? Oh no no, I'm just passing by. Honestly mom good job on being so consistent at yoga and doing it every day, it really shows on your body</span>
<span class = "mom">On my body? What do you mean by that? Oh... heh I see</span>
<span class = "mom">You could use some stretching as well you know?</span>
<span class = "player">Oh yes I do...</span>
<span class = "mom">Come on, let's do yoga together, stand behind me</span>
<<if $stam neq 0>><<linkreplace "Kneel behind her">>\
<img src="img\mom\momYoga2.webp">\
<span class = "player">Okay, what do I do now?</span>
<span class = "mom">Well you see how I go back further than I should? Come closer so you can be like a wall for me, so I don't go back too far</span>
<img src="img\mom\momYoga3.webp">
<<set $yoga += 1>><span class = "statSkill">Yoga skill increased</span>
<<set $momLove += 2>><span class = "statRel">Mom relationship increased</span>
<<set $stam -= 20>>\
Yoga as always, confused you. You just never saw a point in these exercises but this time, there was one //point//
<<if $momLove gte 30>><<linkreplace "Take your dick out">>\
<img src="img\mom\momYoga4.webp">\
<span class = "mom">Just like that - wait what's that I feel there, what are you doing?</span>
<span class = "player">I'm sorry mom, but your ass is just so good</span>
<span class = "mom">Hahah you naughty boy. I guess you are right, clothes are coming in our way, why don't you pull my leggings off so we can do this better?</span>
<span class = "player">Okay mom</span>
<img src="img\mom\momYoga5.webp">
<span class = "mom">Oh yeah that's way better, now we can start doing some real exercises</span>
<<if $yoga gte 2>><<linkreplace "Wide Legged Forward Bend">>\
<img src ="img\mom\momYogaSex1.webp">
<span class = "mom">//gulping//</span>
<span class = "player">//slurping//</span>
<<if $yoga gte 3>><<linkreplace "Bridge">>\
<img src ="img\mom\momYogaSex2.webp">
<span class = "player">//panting//</span>
<span class = "mom">uh-uh-uh fuck yes, faster faster</span>
<<if $yoga gte 4>><<linkreplace "Downward-Facing Dog">>\
<img src ="img\mom\momYogaSex3.webp">
<span class = "mom">Oh fuck it goes so deep in this position</span>
<<if $yoga gte 5>><<linkreplace "Camel">>\
<img src ="img\mom\momYogaSex4.webp">
<span class = "mom">mmm isn't it too late for teasing? Come on get it back inside</span>
<span class = "player">Only if you say please</span>
<span class = "mom">You motherfu... okay "please"</span>
<<if $yoga gte 6>><<linkreplace "Prone Bow">>\
<img src ="img\mom\momYogaSex5.webp">
<span class = "player">Guess I really am a motherfucker am I?</span>
<<if $yoga gte 7>><<linkreplace "Thunderbolt">>\
<img src ="img\mom\momYogaSex6.webp">
<span class = "mom">//o-y--esh-uck-e--arder--u-other--ucker//</span>
<span class = "player">Don't talk with your mouth full</span>
<<if $yoga gte 8>><<linkreplace "Scorpion Handstand">>\
<img src ="img\mom\momYogaSex7.webp">
<span class = "player">Wow mom I never knew you were this flexible</span>
<span class = "mom">Years and years of practise son, years and years of practise...</span>
<span class = "player">Fuck I think I'm getting close. Lay down I wanna spray it all over you</span>
<<linkreplace "Cum">><<set $lust = 0>>\
<img src ="img\mom\momYogaCum.webp">
<span class = "player">Oh fuck that was so fun, I think I'm starting to love yoga</span>
<</linkreplace>><</linkreplace>><</if>><</linkreplace>><</if>><</linkreplace>><</if>><</linkreplace>><</if>><</linkreplace>><</if>><</linkreplace>><</if>><</linkreplace>><</if>><</linkreplace>><</if>><</linkreplace>><<else>>\
<span class ="lowStat">You're too tired to do this</span>
<</if>>
<<if $yoga lt 8>>
<span class="thought">The more yoga I do with mom - more positions I can try with her</span>
<</if>>\
<<link "Leave..." "Hallway">><<timeskip>><</link>>\<<if $stam = 0>><span class ="lowStat">You're too tired to do this</span>
<<else>>
<img src="img\misc\workoutLivingroom.gif">
You worked out and feel stronger
<<set $str += 1>>
<<set $stam -= 20>>\
<span class = "statChar">Strength increased</span>
<<timeskip>>
<</if>>
<<link "Continue" "Living Room">><</link>>You look at her doing some exercises
<img src="img\sister\sisWorkout1.webp">
<span class = "player">Working that ass huh?</span>
<span class = "sis">Gotta get in shape bro</span>
<span class = "player">//Get// in shape? But you already look great</span>
<span class = "sis">Oh I bet my body looks great to you, you little pervert</span>
<<if $sisLove gte 45 and $str gte 20>>
<<linkreplace "Grab her head and facefuck her">>\
<span class = "player">And so inviting...</span>
<span class = "sis">Huh? W-wait what, h-hey what are you...</span>
<img src="img\sister\sisWorkout2.webp">
<span class = "player">Sorry sis but you made me really horny with those moves</span>
<span class = "sis">//gagging// i-it's okay, let's workout together</span>
And just like that, she goes crazy for your cock...
<span class = "sis">Let me get it real wet before we get on some real exercises</span>
<img src="img\sister\sisWorkout3.webp">
She lays down and starts doing abs while still sucking you off
<span class = "sis">Okay I think it's wet enough now fuck me hard</span>
You turn her around and start dogging her
<img src="img\sister\sisWorkout4.webp">
<span class = "sis">I said ''hard''!</span>
<span class = "player">WTF I am fucking you hard..</span>
<span class = "sis">Oh for fuck sake you're so incompetent, get on the couch</span>
She pushes you on the couch and gets on top of you
<img src="img\sister\sisWorkout5.webp">
<span class = "player">Wow what's gotten into you?</span>
<span class = "sis">You... you've gotten into me</span>
<span class = "player">Haha yeah I know that my dick is literally inside of you right now</span>
<span class = "sis">No I meant... nevermind just shut up and fuck my ass</span>
<span class = "player">Wow... your ass? Are you sure?</span>
<span class = "sis">Shut up and do it before I change my mind</span>
<span class = "player">Well okay...</span>
You pick her up and start ravaging her asshole as she screams in pleasure
<img src="img\sister\sisWorkout6.webp">
<span class = "sis">Oh fuck yes yes YES! Just like that</span>
<span class = "player">This feels so good OH FUCK I'm cumming!</span>
<span class = "sis">What!? No don't cum in my ass, no...</span>
<span class = "player">OH FUCK I CAN'T STOP</span>
<span class = "sis">Nooooo</span>
You did not manage to pull out and cum so much in her ass it starts pouring out
<img src="img\sister\sisWorkoutCum.webp">
<span class = "sis">Oh my God what have you done this is disguisting!</span>
<span class = "player">I'm sorry sis it just felt too good</span>
<span class = "sis">Fuck you, go away! Now I have to wash up</span>
<<set $lust = 0>>
<<set $stam -= 20>>\
<<link "leave..." "Hallway">><</link>>
<</linkreplace>>
<<else>>
<<set $lust += 20>><span class = "statChar">Lust increased</span>
<<link "leave..." "Hallway">><</link>>
<</if>><img src="img\misc\breakfast.gif">
You had breakfast with mom and sis
<<set $momLove += 5>><span class = "statRel">Mother relationship increased</span>
<<set $sisLove += 5>><span class = "statRel">Sister relationship increased</span>
<<set _breakfastRandom to random(1,2)>>\
<<if _breakfastRandom is 1 and $momLove gte 40>>\
<<linkreplace "Hey mom, want some dessert?">>\
<span class="mom">Of course $name</span>
<img src = "img\mom\momBreakfast.webp">
She sucks you off until you fill her mouth with warm cream
<</linkreplace>>
<<elseif _breakfastRandom is 2 and $sisLove gte 35>>\
<<linkreplace "Want some //cream// sis?">>\
She looks at you for a moment, then gets down on her knees and takes your cock inside her mouth.
<img src = "img\sister\sisBreakfast.webp">
<span class="sis">Come on, I don't have all morning</span>
<</linkreplace>><</if>><<timeskip>>
<<link "Continue" "Kitchen">><</link>>You pull apron off her, grab her ass and start fucking her from behind
<img src = "img\mom\momBreakfast2.webp">
<span class="mom">S-son... good morning to you too</span>
Pleasantly surprised she don't resist and lets you take her
<span class="player">Morning mom. I saw you making breakfast and you looked too good not to make you my appetizer</span>
<span class="mom">Well dive in son, I'm not complaining. Just leave some room for the main dish</span>
<<timeskip>>
<<link "Continue" "Kitchen">><</link>><<set _pornRandom to random(1,5)>>\
<<if _pornRandom is 1>>
<img src="img\pc\analPorn1.webp">
<<elseif _pornRandom is 2>>
<img src="img\pc\analPorn2.webp">
<<elseif _pornRandom is 3>>
<img src="img\pc\analPorn3.webp">
<<elseif _pornRandom is 4>>
<img src="img\pc\analPorn4.webp">
<<elseif _pornRandom is 5>>
<img src="img\pc\analPorn5.webp">
<</if>>\
You play some anal porn
<span class = "statChar"><<set $lust += 20>>Lust increased</span>
<<link "Watch another one" "Anal Porn">><</link>>
<<if $lust gte 50>>
<<linkreplace "Masturbate">>
You jerk off and feel yourself going back to normal
<<set $lust to 0>>
<</linkreplace>>
<</if>>
<<link "Back" "Watch Porn">><</link>><<set _pornRandom to random(1,5)>>\
<<if _pornRandom is 1>>
<img src="img\pc\bdsmPorn1.webp">
<<elseif _pornRandom is 2>>
<img src="img\pc\bdsmPorn2.webp">
<<elseif _pornRandom is 3>>
<img src="img\pc\bdsmPorn3.webp">
<<elseif _pornRandom is 4>>
<img src="img\pc\bdsmPorn4.webp">
<<elseif _pornRandom is 5>>
<img src="img\pc\bdsmPorn5.webp">
<</if>>\
You play some BDSM porn
<span class = "statChar"><<set $lust += 20>>Lust increased</span>
<<link "Watch another one" "BDSM Porn">><</link>>
<<if $lust gte 50>>
<<linkreplace "Masturbate">>
You jerk off and feel yourself going back to normal
<<set $lust to 0>>
<</linkreplace>>
<</if>>
<<link "Back" "Watch Porn">><</link>><<set _pornRandom to random(1,5)>>\
<<if _pornRandom is 1>>
<img src="img\pc\BJPorn1.webp">
<<elseif _pornRandom is 2>>
<img src="img\pc\BJPorn2.webp">
<<elseif _pornRandom is 3>>
<img src="img\pc\BJPorn3.webp">
<<elseif _pornRandom is 4>>
<img src="img\pc\BJPorn4.webp">
<<elseif _pornRandom is 5>>
<img src="img\pc\BJPorn5.webp">
<</if>>\
You play some Blowjob porn
<span class = "statChar"><<set $lust += 20>>Lust increased</span>
<<link "Watch another one" "Blowjob Porn">><</link>>
<<if $lust gte 50>>
<<linkreplace "Masturbate">>
You jerk off and feel yourself going back to normal
<<set $lust to 0>>
<</linkreplace>>
<</if>>
<<link "Back" "Watch Porn">><</link>><<set _pornRandom to random(1,5)>>\
<<if _pornRandom is 1>>
<img src="img\pc\cosplayPorn1.webp">
<<elseif _pornRandom is 2>>
<img src="img\pc\cosplayPorn2.webp">
<<elseif _pornRandom is 3>>
<img src="img\pc\cosplayPorn3.webp">
<<elseif _pornRandom is 4>>
<img src="img\pc\cosplayPorn4.webp">
<<elseif _pornRandom is 5>>
<img src="img\pc\cosplayPorn5.webp">
<</if>>\
You play some Cosplay porn
<span class = "statChar"><<set $lust += 20>>Lust increased</span>
<<link "Watch another one" "Cosplay Porn">><</link>>
<<if $lust gte 50>>
<<linkreplace "Masturbate">>
You jerk off and feel yourself going back to normal
<<set $lust to 0>>
<</linkreplace>>
<</if>>
<<link "Back" "Watch Porn">><</link>><img src="img\pc\shemalePorn.webp">
Whoa there! Are you really into this?
Imma let you in on a secret - I wanted to include the whole shemale/trap/trans category of content in this game. Both story and random encounters.
I was unsure if I should just keep this whole idea step-incest related or mix it up with it.
''If you want me to include trans content in the game, please let me know in the discord server, vote (if available) for it on Patreon or just any way you find suitable to tell me.''
<div id="DiscordPatreon"><a href="https://discord.gg/QtbznV76Xq"><img src="img\misc\Discord.jpg" width="186"></a>
<a href="https://patreon.com/KinkFactory"><img src="img\misc\Patreon.jpg" width="186"></a>
</div>
<<link "Hell yeah I'm into that stuff, let me watch some shemale porn" "Shemale Porn 2">><</link>>
<<link "Back" "Watch Porn">><</link>><<set _pornRandom to random(1,5)>>\
<<if _pornRandom is 1>>
<img src="img\pc\shemalePorn1.webp">
<<elseif _pornRandom is 2>>
<img src="img\pc\shemalePorn2.webp">
<<elseif _pornRandom is 3>>
<img src="img\pc\shemalePorn3.webp">
<<elseif _pornRandom is 4>>
<img src="img\pc\shemalePorn4.webp">
<<elseif _pornRandom is 5>>
<img src="img\pc\shemalePorn5.webp">
<</if>>\
You play some Trans porn
<span class = "statChar"><<set $lust += 20>>Lust increased</span>
<<link "Watch another one" "Shemale Porn 2">><</link>>
<<if $lust gte 50>>
<<linkreplace "Masturbate">>
You jerk off and feel yourself going back to normal
<<set $lust to 0>>
<</linkreplace>>
<</if>>
<<link "Back" "Watch Porn">><</link>>You stumble into the kitchen, still half-asleep, craving caffeine more than oxygen.
<span class="player">Ugh… morning. Is there any coffee left? I need to resurrect.</span>
Your mom is staring at the kitchen table, at a strange metal keychain you’ve never seen before.
She quickly tries to cover it with her hand.
<span class="player">Uh… what’s that?</span>
<span class="mom">Just… something your father left behind. I found it last night.</span>
Her voice sounds calm, but her trembling fingers betray her.
<span class="player">Dad didn’t “leave” anything. He vanished. And nobody ever says why.</span>
She hesitates. Then pushes the object toward you.
<span class="mom">It has… some kind of code on the back. I don’t know what it means.</span>
<img src = "img\misc\keychain.jpg">
You flip the metal piece and see an engraved sequence:
> ''**R-03 | Private Access**''
<span class="player">...Access to what?</span>
Your mother avoids your eyes.
<span class="mom">If you find any key that matches… just… don’t go alone. Please.</span>
She walks away, leaving the keychain behind.
You’re left staring at it, feeling the weight of questions no one wants to answer.
<span class="player">Maybe there's a key this keychain fell off. I should __ask sister if she knows anything about it__</span>
\<<set $coffeeQuest = false>>
\<<set $privateAccessQuest = true>>
<<link "Continue" "Kitchen">><</link>><div class="act-container">
<div class="act-title">ACT I</div>
<div class="act-subtitle"><<link "House of Secrets" "ACT I - Beginning">><</link>></div>
</div><img src="img\sister\sisSittingBed.jpg">
She’s sitting on her bed, scrolling through her phone.
<span class="sis">Morning. You look like you lost a fight with your pillow.</span>
<span class="player">Thanks… I like to think the pillow is the one in therapy now.</span>
She snorts, but quickly returns to her phone.
<span class="player">Mom found something this morning. Something dad left behind.</span>
That gets her attention. She puts the phone down.
<span class="sis">…What kind of something?</span>
You place the metal keychain on her desk.
She recognizes it instantly - her expression freezes.
<span class="sis">That was on dad’s keys. He used it for his… “work stuff.”</span>
<span class="player">Work stuff?</span>
<span class="sis">Yeah. The office he worked at. Whenever he took the key with that keychain with him, he came back with boxes of documents, old journals, weird locked cases… and he kept it all in the garage.
He never let us in there. Not even Mom.</span>
You try to read her face, but she looks away.
<span class="player">The garage door’s locked. I can't get in there</span>
<span class="sis">Yeah, garage key was always on him so you can't count on unlocking the door. Maybe try lockpicking it or even... braking it?</span>
A beat of silence.
<span class="player">Sure... if I was strong enough or knew how to pick locks</span>
<span class="sis">Maybe there's a tutorial on the internet about picking locks?</span>
<span class="player">Guess I'll try __googling it__</span>
<<set $privateAccessQuest = false>>
<<set $openGarage = true>>
<<link "Continue" "Sister's Room">><</link>><div class="act-container">
<div class="act-title">ACT II</div>
<div class="act-subtitle"><<link "The World Opens" "Garage ACT II">><</link>></div>
</div>WIP
//In the future updates//
<<link "Go back" "Go to the City">><</link>><img src="img\backgrounds\Garage.jpg">
The garage feels colder than the rest of the house.
The air smells like metal, oil, and damp concrete - time has been cruel to this place.
You start brushing off the dust from an old workbench, looking for anything that could explain the keychain.
Most drawers are filled with broken tools, screws, and useless junk… until you find a small wooden box hidden behind a stack of paint cans.
Inside - an old lighter, a pair of sunglasses, and a folded note.
The handwriting is unmistakable. It’s your father’s.
> “If something happens… ask Alen. He’ll know what to do.”
<span class="thought">Alen…?</span>
The name sounds like it’s something distant, half-forgotten.
You stare at the note for a while, confused.
When you finally step outside, your sister’s standing by the door.
<span class="sis">You’ve been down there forever. Did you find anything?</span>
<span class="player">Dad left a note. It mentioned someone - Alen.</span>
<span class="sis">Alen? You mean Uncle Alen? I barely remember him.
Last time we saw him, we were kids</span>
<span class="player">Do you know where he lives now?</span>
<span class="sis">No idea. I think he used to run some kind of pawn shop, but… I don’t know how's it called</span>
You nod, pocket the note, and try googling pawn shops around you - but you couldn't find anything.
You glance out the window - toward the quiet streets of your town.
<span class="thought">It’s time to __start looking for a pawn shop__. And answers.</span>
<<timeskip>>
<<set $openGarage = false>>\
<<set $pawnShopQuest = true>>\
<<set $garageUnlocked = true>>\
<<set $cityUnlocked = true>>\
[[Hallway]] <<set $currentLocation to "Go to the City">>\
<img src="img\backgrounds\City.jpg">
''|RESIDENTIAL BLOCK''
<<link "Home" "Hallway">><</link>>
[[Gym]]
[[Park]]
[[Store]]
[[Library]]
[[Café]]
[[Back Alley]]
''|MAIN DISTRICT''
[[Bar]]
[[Hospital]]
[[Office Building]]
[[Museum]]
''|BACKSTREETS''
[[Club]]
[[Casino]]
[[Hotel]]
[[Strip Club]]
[[Arcade]]
''|INDUSTRIAL EDGE''
[[Car Dealership]]
[[Trainstation]]
[[Airport]]<<set $currentLocation to "Park">>\
<img src="img\backgrounds\Park.jpg">
WIP
//In the future updates//
<<link "Go back" "Go to the City">><</link>><<set $currentLocation to "Store">>\
<img src="img\backgrounds\Store.jpg">
<<set _Random to random(1,5)>>\
You enter the store and see a variety of items you can buy:
<<if $pawnShopQuest is true>>\
<span class="quest">[[Ask about the Pawn Shop]]</span>
<</if>>\
<<link "''[$5]'' Condoms">>
<<if $money gte 5>><<set $money -= 5>><<if !$condoms>><<set $condoms to 1>><<goto "Store">><<else>><<set $condoms += 1>><<goto "Store">><</if>>\
<<else>><<replace "#shopMsg">><span class="lowStat">Not enough money</span><</replace>>\
<</if>><</link>>\
<<link "''[$6]'' Beer">>
<<if $money gte 6>><<set $money -= 6>><<if !$beer>><<set $beer to 1>><<goto "Store">><<else>><<set $beer += 1>><<goto "Store">><</if>>\
<<else>><<replace "#shopMsg">><span class="lowStat">Not enough money</span><</replace>>\
<</if>><</link>>\
<<link "''[$13]'' Handcuffs">>
<<if $money gte 13>><<set $money -= 13>><<if !$handcuffs>><<set $handcuffs to 1>><<goto "Store">><<else>><<set $handcuffs += 1>><<goto "Store">><</if>>\
<<else>><<replace "#shopMsg">><span class="lowStat">Not enough money</span><</replace>>\
<</if>><</link>>\
<<link "''[$600]'' Phone">>
<<if $money gte 600>><<set $money -= 600>><<set $phone to true>><<goto "Store">></if>>\
<<else>><<replace "#shopMsg">><span class="lowStat">Not enough money</span><</replace>>\
<</if>><</link>>\
<<link "''[$9]'' Sleeping Pills">>
<<if $money gte 9>><<set $money -= 9>><<if !$sleepingPills>><<set $sleepingPills to 1>><<goto "Store">><<else>><<set $sleepingPills += 1>><<goto "Store">><</if>>\
<<else>><<replace "#shopMsg">><span class="lowStat">Not enough money</span><</replace>>\
<</if>><</link>>\
<div id="shopMsg"></div>
<<if $job is "">>\
<<link "Apply for a job" "StoreWork">><</link>>
<<elseif $job is "Store Clerk">>\
<<if $stam is 0>>\
You're too tired to work
<<else>>
<<linkreplace "Work">>\
<<if $dateTime neq 3>>\
<<goto "StoreWork">><<set $stam -= 20>>\
<<else>>It's too late to work\
<</if>>\
<</linkreplace>>\
<</if>>\
<</if>>\
<<if $job is "Store Clerk" and ($jobExp gte 100 and _Random is 2)>><<link "Store manager is calling you into her office" "StoreManagerOffice">><</link>><</if>>
<<link "Go back" "Go to the City">><</link>><<set $currentLocation to "Trainstation">>\
<img src="img\backgrounds\Trainstation.jpg">
WIP
//In the future updates//
<<link "Go back" "Go to the City">><</link>><<set $currentLocation to "Casino">>\
<img src="img\backgrounds\Casino.jpg">
WIP
[[Slot Machine]]
<<link "Go back" "Go to the City">><</link>><<set $currentLocation to "Bar">>\
<img src="img\backgrounds\Bar.jpg">
<<set _barRandom to random(1,3)>>\
<<if $pawnShopQuest is false and ($noraRel gte 1 and _barRandom is 2)>>\
<<link "The bartender nods at you to turn around" "BarNoraRestroom">><</link>>\
<</if>>
<<if $pawnShopQuest is true>>\
<span class="quest">[[Ask about the Pawn Shop]]</span>
<</if>>\
<<linkreplace "Socialize">>\
<<if $stam neq 0>>\<<goto "Bar-Socialize">><<set $stam -= 20>><<timeskip>>
<<else>>You're too tired to socialize<</if>>\
<</linkreplace>>
<<linkreplace "Get a drink">>\
<<if $stam neq 0>><<goto "Bar-Drink">><<set $stam -= 20>><<timeskip>>
<<else>>You're too tired to drink<</if>>\
<</linkreplace>>
<<link "Go back" "Go to the City">><</link>><<set $currentLocation to "Car Dealership">>\
<img src="img\backgrounds\Car Dealership.jpg">
WIP
//In the future updates//
/*---ACT III?---*/
<<link "Go back" "Go to the City">><</link>><<set $currentLocation to "Gym">>\
<img src="img\backgrounds\Gym.jpg">
WIP
//In the future updates//
<<link "Go back" "Go to the City">><</link>><<if $dateTime is 3>>\
Library does not work at night
<<else>>\
<<set $currentLocation to "Library">>\
<img src="img\backgrounds\Library.jpg">
<<if $pawnShopQuest is true>>\
<span class="quest">[[Ask about the Pawn Shop]]</span>
<</if>>\
[[Read 'Velvet Persuasion']]
[[Read 'The Forbidden Fruit']]
[[Read 'Body and Touch']]
<</if>>
<<link "Go back" "Go to the City">><</link>><<set $currentLocation to "Club">>\
<img src="img\backgrounds\Club.jpg">
WIP
//In the future updates//
<<link "Go back" "Go to the City">><</link>><<set $currentLocation to "Back Alley">>\
<img src="img\backgrounds\Back Alley.jpg">
WIP
//In the future updates//
<<link "Go back" "Go to the City">><</link>><<set $currentLocation to "Hospital">>\
<img src="img\backgrounds\Hospital.jpg">
WIP
//In the future updates//
<<link "Go back" "Go to the City">><</link>><<set $currentLocation to "Office Building">>\
<img src="img\backgrounds\Office Building.jpg">
WIP
//In the future updates//
<<link "Go back" "Go to the City">><</link>><<set $currentLocation to "Café">>\
<img src="img\backgrounds\Cafe.jpg">
WIP
//In the future updates//
<<link "Go back" "Go to the City">><</link>><<set $currentLocation to "Hotel">>\
<img src="img\backgrounds\Hotel.jpg">
[[Reception]]
[[Elevator]]
<<link "Go back" "Go to the City">><</link>><<set $currentLocation to "Strip Club">>\
<img src="img\backgrounds\Strip Club.jpg">
WIP
//In the future updates//
<<link "Go back" "Go to the City">><</link>><<set $currentLocation to "Arcade">>\
<<set $arcadeCounter to 0>>\
<img src="img\backgrounds\Arcade.jpg">
[[Play Donkey Kong Arcade]]
[[Play Pinball]]
[[Play VR Target Practise]]
[[Play F95 Games]]
<<if $kateArcade is true and $dateTime is 2>>
<span class = "quest">[[Look for Kate]]</span>
<</if>>\
<<if $kateArcadeBeatGame is true>>\
<span class = "quest">[[Arcade no. 3]]</span>
<</if>>\
<<link "Go back" "Go to the City">><</link>><<set $currentLocation to "Airport">>\
<img src="img\backgrounds\Airport.jpg">
WIP
//In the future updates//
<<link "Go back" "Go to the City">><</link>><img src = "img\backgrounds\PC.jpg">
[[Stream]]
[[Online Store]]
[[Watch Porn]]
[[Learn Skills]]
<<link "Back">><<goto "Your Room">><</link>><<if $stam neq 0>>\
<img src = "img\pc\pick a lock how to GIF.gif">
You watch a video about lockpicking<<set $lockpick += 1>>
<span class = "statSkill">Lockpicking skill +1</span><<timeskip>><<set $stam -= 20>>
<<else>>
<span class ="lowStat">You're too tired to do this</span>
<</if>>
<<timed 1s>><<link "Continue" "Learn Skills">><</link>><</timed>><img src = "img\backgrounds\Online Store.jpg">
<<if $playerHasLockpicks is false>>\
<<linkreplace "''[$15]'' Buy lockpicking Tools">>\
<<if $money gte 15>>You bought ''Lockpicking Tools''
<<set $money -= 15>><<set $playerHasLockpicks = true>>\
<<else>>\
<span class = "lowStat">Not enough money</span>
<</if>><</linkreplace>><</if>>\
<<link "Back" "Computer">><</link>>\<img src = "img\backgrounds\Learn Skills.jpg">
<<if $openGarage is true>>\
<span class = "quest">[[Lockpicking 101]]</span>
<<else>>\
[[Lockpicking 101]]
<</if>>\
[[Hacking Geniuses]]
[[How to give a proper Massage]]
<<link "Back" "Computer">><</link>> <<if $stam neq 0>>\
<img src ="img\pc\hackingSkill.gif">
You are learning to hack...<<set $hackingSkill += 1>>
<span class = "statSkill">Hacking skill +1</span><<timeskip>><<set $stam -= 20>>
<<else>>
<span class ="lowStat">You're too tired to do this</span>
<</if>>
<<timed 1s>><<link "Continue" "Learn Skills">><</link>><</timed>><<if $stam neq 0>>\
<img src = "img\pc\streamingLOL.gif">
You stream the game you're best at to $followers of your followers, hoping for some donations
<<timed 1.5s>><<set _earned = $followers + random(10)>><<set $stam -= 20>>\
<<set $money += _earned>><span class = "statMoney">You earned $ _earned from donations</span>
<<set _newFollowers = random (2, 8)>>\
<<set $followers += _newFollowers>><span class = "statSkill">You also got _newFollowers new followers</span>
<<if $kateArcadeCompleted to false>>\
<<set _randomStream to random(0, 4)>><<if $followers gte 100 and _randomStream is 3>>\
<span class="quest">[[You've got a new mail]]</span><</if>><</if>><<timeskip>>
<<link "Stop streaming" "Computer">><</link>><</timed>>
<<else>>\
<span class ="lowStat">You're too tired to do this</span>
<<link "Go back" "Your Room">><</link>>
<</if>>\<style>
/* Container celog maila */
.mail-container {
width: 600px;
max-width: 90%;
margin: 20px auto;
border: 2px solid #888;
border-radius: 8px;
background-color: #f4f4f9;
font-family: Arial, sans-serif;
box-shadow: 0 4px 10px rgba(0,0,0,0.2);
overflow: hidden;
}
/* Header maila */
.mail-header {
background-color: #2b2b2b;
color: #fff;
padding: 12px 20px;
font-weight: bold;
font-size: 1.1em;
}
/* Sub-header / info o pošiljaocu */
.mail-subheader {
background-color: #ddd;
padding: 8px 20px;
font-size: 0.9em;
color: #333;
}
/* Telo maila */
.mail-body {
padding: 20px;
line-height: 1.5em;
color: #111;
background-color: #fff;
}
/* Footer dugmad */
.mail-footer {
background-color: #eee;
padding: 12px 20px;
text-align: right;
}
</style>
<div class="mail-container">
<div class="mail-header">Subject: Nice stream!</div>
<div class="mail-subheader">From: kaisa-main@mail.com | Today</div>
<div class="mail-body">
Hey there,<br>
I'm Kate, I'm a gamer as well. I've been watching your streams for quite a while and I must say - you're becoming more and more popular each stream.<br>
ngl, seeing you clutch 1v5 got me horny, and I do think you're cute so... wanna meet? Maybe you could teach me how to play better. Don't worry, I'll make it worth your while 😉<br>
You can find me at the __Arcade__ in backstreets during __evenings__.<br><<set $kateArcade to true>>
Kisses :* xoxo
<img src ="img\pc\Queen Gg GIF by League of Legends.gif">
</div>
<div class="mail-footer">
<<link "Close" "Computer">><</link>>
</div>
</div><<set $kateArcadeCompleted to true>>\
The arcade is crowded with people, and many of them are girls
<span class="thought">How the hell am I supposed to find this Kate in all this crowd, when I don't even know how she looks...</span>
<<linkreplace "Ask the staff about Kate">>\
//You approach the counter//
<span class="player">Hey, I’m looking for someone named Kate. She said I could find her here.</span>
<span class="FNPC2">Kate, huh? Funny - a lot of guys suddenly ‘know Kate’ lately.</span>
<span class="player">So you do know her?</span>
<span class="FNPC2">Maybe. Depends why you’re looking for her. You one of those dudes who think a few DMs mean you’re soulmates?</span>
<span class="player">Not exactly. She just told me to meet her here, that’s all</span>
<span class="FNPC2">Mm-hm. Sure she did. And let me guess - you’re the famous gamer guy she’s been talking about?</span>
<span class="player">I guess that’s me</span>
<span class="FNPC2">Right. You wouldn’t believe how many ‘famous gamer guys’ I’ve met this week. Look, I’m not just gonna point you to her. Kate’s... picky about who she spends time with</span>
<span class="player">So what, I need to prove I’m not some creep?</span>
<span class="FNPC2">Exactly. You wanna see Kate? Fine. There’s a cabinet in the back - arcade number 3. Nobody’s beaten it except her</span>
<span class="player">She holds the high score?</span>
<span class="FNPC2">She holds every high score that matters. You beat her record, maybe I’ll consider believing you’re the real deal.</span>
<span class="player">Deal, there's no game I haven't been able to beat</span>
<span class="FNPC2">Uh-huh, we'll see</span>
<span class="thought">You just look at me! Time to __beat this game__</span>
<<set $kateArcade to false>><<set $kateArcadeBeatGame to true>>\
<<link "Continue" "Arcade">><</link>>
<</linkreplace>><<if $str lt 20>>\
<img src = "img\backgrounds\Bedroom mirror 1.jpg">
You take a look at yourself in the mirror. You look pretty average - thankfully you're not fat but some workout wouldn't hurt
<<elseif $str gte 20 and lt 50>>\
<img src = "img\backgrounds\Bedroom mirror 2.jpg">
You've been working out and it's showing. Ladies are starting to notice your lean figure
<<elseif $str gte 50>>\
<img src = "img\backgrounds\Bedroom mirror 3.jpg">
You're ripped. You look so good that you can feel the stares everywhere you go
<</if>>
<<if $job neq "">>\
You currently work as: $job<</if>>
<span class="statChar">Strength:</span> $str
<span class="statChar">Charisma:</span> $charisma
<span class="statSkill">Lockpicking:</span> $lockpick
<span class="statSkill">Hacking:</span> $hackingSkill
<span class="statSkill">Massage knowledge:</span> $massageSkill
<span class="statSkill">Yoga:</span> $yoga
<span class="statSkill">Gaming:</span> $gamingSkill
<<if $job neq "">><span class="statSkill">$job experience:</span> $jobExp<</if>>
<<link "Back" "Your Room">><</link>><img src = "img\backgrounds\Notebook.jpg">
<span class="statRel">Mom relationship level:</span> $momLove
<span class="statRel">Sister relationship level:</span> $sisLove
<span class="statRel">Receptionist relationship level:</span> $receptionistLove
<span class="statRel">Nora relationship level:</span> $noraRel
<span class="statRel">Hotel security guard relationship level:</span> $HotelGuardRel
<<link "Back" "Your Room">><</link>>[[quests]]
[[Inventory]]
<<if $phone is true>>[[phone]]<</if>>
[[help]]
[[become patreon]]
<a href="https://forms.gle/xJJJpN8eNavh37yEA">Bug report</a><<if $stam neq 0>>\
<img src = "img\pc\massageSkill.webp">
You take an online course on how to give a proper massage<<set $massageSkill += 1>>
<span class = "statSkill">Massage skill +1</span><<timeskip>><<set $stam -= 20>>
<<else>>\
<span class ="lowStat">You're too tired to do this</span>
<</if>>
<<timed 1s>><<link "Continue" "Learn Skills">><</link>><</timed>>You decide to take a peek
<img src="img\mom\mombath.webp">
<span class="thought">I shouldn't be doing this but she looks so good</span>
<<linkreplace "Keep looking">>
<span class="thought">Wait, what is she...</span>
<img src="img\mom\mombath2.webp">
<span class="thought">Oh my God she's masturbating... she must be so lonely after dad dissapeared</span>
<span class = "statChar"><<set $lust += 30>>Lust increased</span>
<<if $momLove gte 30>>
[[Enter]]
<<elseif $momLove lt 30>>
<span class="thought">Maybe one day I'll come in and help you</span>
<</if>>
<</linkreplace>>
<<link "Leave" "Hallway">><</link>>Your sister is taking a selfie, you wonder if it's for someone...
<img src ="img\sister\sisbathroomselfie.gif">
<span class = "statChar"><<set $lust += 10>>Lust increased</span>
<<if $sisLove gte 24>>
[[Surprise her from behind]]
<<elseif $sisLove lt 24>>
<span class="thought">mmm one day it will be me you're sending nudes to</span>
<</if>>
<<link "Leave" "Hallway">><</link>><<set $currentLocation to "Museum">>\
<img src="img\backgrounds\Museum.jpg">
Here you will see arts from "Conqueror" Supporters
WIP
//In the future updates//
<<link "Go back" "Go to the City">><</link>><<set $currentLocation to "Reception">>\
<img src="img\city\Hotel\hotelReceptionist.jpg">
You step into the hotel lobby.
Bright, spacious, and polished to perfection. Behind the front desk, the receptionist greets you with a professional smile.
<span class = "FNPC">Good evening, sir. Checking in?</span>
<<if $pawnShopQuest is true>>\
<span class="quest">[[Ask about the Pawn Shop]]</span>
<</if>>\
<<linkreplace "Talk">><<set $stam -= 20>><<timeskip>>\
<span class="player">Depends, does the room come with your smile included?</span>
<span class = "FNPC">Only if you book the deluxe package</span>
<span class="player">Guess I’ll need an upgrade then</span>
<<if $hotelRecommendation is false>>\
<span class = "FNPC">Unfortunately sir, only clients with recommendation have that option</span>
<span class="player">Can't you recommend me?</span>
<<if $receptionistLove lt 35>>\
<span class = "FNPC">//*chuckles softly*// Maybe some other time</span>
<span class="lowStat">Receptionist relationship too low</span>
<span class="player">So... no deluxe smile upgrade? Guess I’ll have to survive on the continental breakfast.</span>
<<set $receptionistLove += 5>><span class="statRel">She liked that. Receptionist relationship increased</span>
<<elseif $receptionistLove gte 35>>\
<span class = "FNPC">Hmm... Sure, you look cute.</span>
<<linkreplace "''[$1k]'' Deluxe package">>\
<<if $money gte 1000>><<goto "HotelDeluxePre">><<set $money -= 1000>>
<<else>><span class = "lowStat">Not enough money</span><</if>><</linkreplace>><</if>>
<<elseif $hotelRecommendation is true>>\
You show her your recommendation card
<span class = "FNPC">Thank you sir, your card has an all-time 30% discount on our services</span>
<<linkreplace "''[$700]'' Deluxe package">>\
<<if $money gte 700>><<goto "HotelDeluxePre">><<set $money -= 700>>
<<else>><span class = "lowStat">Not enough money</span><</if>><</linkreplace>><</if>><</linkreplace>>
<<linkreplace "''[$15]'' Rent a room for the night">>
<<if $money gte 15>><<goto "HotelRoom">><<set $money -= 15>>
<<else>><span class = "lowStat">Not enough money</span><</if>>
<</linkreplace>>
<<link "Go back" "Hotel">><</link>><<set $currentLocation to "Elevator">>\
<img src="img\backgrounds\Elevator.jpg">
<<set _elevatorRandom to random(1,3)>>\
You call the elevator
<<if _elevatorRandom is 2>>\
<<goto "Hotel Elevator Events">>\
<</if>>\
<<link "Hotel bar" "Hotel bar">><</link>>
<<link "Security Office" "Security Office">><</link>>
<<link "Go back" "Hotel">><</link>><<set $currentLocation to "Hotel bar">>\
<img src="img\backgrounds\Hotel bar.jpg">
You enter the hotel bar. There's mostly staff and guests here
<<linkreplace "Socialize">>\
<<if $stam neq 0>><<goto "HotelBar-Socialize">><<set $stam -= 20>><<timeskip>>
<<else>>You're too tired to socialize<</if>><</linkreplace>>
<<linkreplace "Get a drink">>\
<<if $stam neq 0>><<goto "HotelBar-Drink">><<set $stam -= 20>><<timeskip>>
<<else>>You're too tired to drink<</if>><</linkreplace>>
<<link "Leave" "Elevator">><</link>><<set $currentLocation to "Security Office">>\
<<if $guardDrinkSpiked is false>>\
<img src="img\backgrounds\Security Office Awake.jpg">
You enter the Security Office and see a security guard watching the hotel cameras
<<if $HotelGuardRel gte 20>>\
<span class="player">Hey Igor</span>
<span class="MNPC">$name, my friend! How's it going?</span>
<<if $hotelSecurityCameraQuest is true>>\
<span class="quest"><<linkreplace "Check security camera archives">></span>\
<span class="player">Hey Igor, can I take a look at the security camera archives? I'm interested in a recording from a certain date</span>
<span class="MNPC">Sorry $name, can't let you do that. </span>
<span class="player">Why not?</span>
<span class="MNPC">Cause I said so.</span>
<span class="thought">I need to see those archives. Igor is the only one who could get me in this room and he never leaves during his shift so I would have to do it with him here, but how..?</span>
You think for a second
<span class="thought">Wait! He loves to drink - I could __buy him a beer at the store and spike it with sleeping pills__?</span>
<</linkreplace>>\
<</if>>\
<<link "Watch cameras with Igor" "Watch cameras">><</link>>
<<elseif $HotelGuardRel lt 20>>\
<span class="MNPC">Hey you! You can't be in here, this is staff only room. No guests allowed!</span>
<span class="player">Oh fuck I'm sorry, I was looking for a restroom</span>
<span class="MNPC">There's no restrooms on this floor, go away!</span>
<</if>>
<<elseif $guardDrinkSpiked is true>>\
<img src="img\backgrounds\Security Office Asleep.jpg">
You enter the Security Office and see a security guard sleeping
<span class="player">AHEM!</span>
Guard snorts a bit but keeps sleeping
<span class="thought">I guess sleeping pills worked</span>
<<link "Watch cameras" "Watch cameras">><</link>>
<<if $hotelSecurityCameraQuest is true>><span class="quest"><<link "Take a look at the camera archive" "CameraArchive">><</link>></span><</if>>
<</if>>\
<<link "Leave" "Elevator">><</link>><<set $currentLocation to "HotelDeluxe">>\
<img src="img\backgrounds\penthouse.jpg" width="70%">
The sight is just beautiful. Apartment radiates with a warm, cozy energy.
<span class="thought">I could get used to this</span>
<<linkreplace "Talk with the receptionist">>\
<span class="FNPC">How would you like to have me sir?</span>
<span class="player">Huh? Oh yeah...</span>
<<linkreplace "Blowjob">><<set $stam -= 20>>\
<span class="player">Why don't you give me a warm welcome by blowing me?</span>
<span class="FNPC">Yes sir</span>
She gets down on her knees and start sucking you off
<img src="img\city\Hotel\hotelDeluxeFloorReceptionist.webp">
<</linkreplace>>
<<linkreplace "Missionary">><<set $stam -= 20>>\
<img src="img\city\Hotel\hotelDeluxeFloorReceptionistVaginal.webp"><</linkreplace>>
<<linkreplace "Standing Doggy">><<set $stam -= 20>>\
<img src="img\city\Hotel\hotelDeluxeFloorReceptionistStandingDoggy.webp">
<span class="thought">Damn her pussy feels premium as well</span>
<</linkreplace>>
<</linkreplace>>
/*---WINDOW---*/
<<if $escortEquipped is false>>
<<linkappend "Window">>
<<linkreplace "Look through the window">><img src="img\misc\hotelWindowView.jpg" width="50%"><span class="thought">
Wow... never knew city looked this beautiful from this high above</span><</linkreplace>> | <<link "Fuck the receptionist here" "HotelWindowsSex">><<set $stam -= 20>><<timeskip>><</link>>
<</linkappend>>\
<<elseif $escortEquipped is true>>
<<linkappend "Couch">>
<<link "Have fun with the girls" "HotelCouchGroup">><<set $stam -= 20>><<timeskip>><</link>>
<</linkappend>>\
<</if>>
/*---BED---*/\
<<linkappend "Bedroom">>
<<link "Take a nap" "HotelDeluxe">><<timeskip>><<set $stam += 50>><</link>> | <<if $escortEquipped is false>><<link "Fuck the receptionist here" "HotelBedSex">><<set $stam -= 20>><<timeskip>><</link>><<elseif $escortEquipped is true>><<link "Have fun with the girls" "HotelBedSex">><<set $stam -= 20>><<timeskip>><</link>><</if>>
<</linkappend>>
/*---SHOWER---*/\
<<link "Take a shower" "HotelDeluxeShower">><</link>>
<<if $escortEquipped is false>>[[Order an escort]]<</if>>
<<link "Sleep through the night and leave the hotel" "HotelMorning">><<dayskip>><<set $stam += 200>><</link>><<set $currentLocation to "HotelRoom">>\
<img src="img\backgrounds\Hotel Room.jpg">
It's a decent room with a nice view at the street. You can hear the light sounds of traffic and people outside but it's muffled, it adds to the nice room ambient
<<if $escortEquipped is true and $escort is "Amanda">>
[[Check on mom]]
<<elseif $escortEquipped is true>>
[[Interact with the Escort]]
<</if>>
/*---BED---*/\
<<linkappend "Bedroom">>
<<link "Take a nap" "HotelRoom">><<timeskip>><</link>><<if $escortEquipped is true>> | <<link "Interact with the escort" "HotelRoomBedSex">><</link>><</if>>
<</linkappend>>
/*---SHOWER---*/\
<<link "Take a shower" "HotelRoomShower">><</link>>
<<if $escortEquipped is false>>[[Order an escort]]<</if>>
<<link "Sleep through the night and leave the hotel" "Go to the City">><<dayskip>><<set $stam += 100>><<set $escort to "">><<set $escortEquipped to false>><</link>><span class="player">Clothes off and come here</span>
<span class="FNPC">Mmm a sex with a view, so romantic</span>
You press her against the window and fuck her from behind
<img src="img\city\Hotel\receptionistWindowSex1.webp">
<span class="FNPC">Mhmm fuck... you're so big Sir</span>
<span class="thought">I wonder if people on the street can see this. Damn that just made this so hotter</span>
<img src="H:\OneDrive\F95\Echoes of Enigma\0.2\img\city\Hotel\receptionistWindowSex2.webp">
<span class="player">Get on your knees and take this cum like you took the money</span>
<img src="img\city\Hotel\receptionistWindowSex3.webp">
You fill her mouth with warm cum
<span class="FNPC">Mm delicious. Thank you sir!</span>
<<elseif $escortEquipped is true>>\
<<link "Continue" "HotelDeluxe">><</link>><<if $escortEquipped is false>>
The bed is so comfortable you had an amazing sleep.
<span class="statChar">Stamina full</span>
As you wake up you see the receptionist standing next to the window smoking a cigarette
<img src="img\city\Hotel\receptionistHotelMorning.webp">
<span class="player">Early bird huh?</span>
<span class="FNPC">Just doing my job. I wanted to be awake on time to escort you from the room.</span>
<span class="player">Oh.. is my stay time over yet?</span>
<span class="FNPC">Not yet, you've got an hour left</span>
<span class="thought">Hmmm 15 minutes for a quick shower, another 15 to get dressed up, maybe eat something so that leaves me.. around 30 more minutes of sleep and then I can -</span>
<span class="FNPC">One last round?</span>
She interrupts your thoughts with a beautiful offer
<<linkreplace "Fuck yes">>\
You jump at her, straight away just shoving it inside of her and ravaging her insides, leaving a beautiful sight for the people on the street
<img src="img\city\Hotel\hotelDeluxeReceptionistMorning.webp">
<span class="thought">You know what, money ''does'' bring happiness</span>
<</linkreplace>>
<<elseif $escortEquipped is true>>\
/*---Luna---*/\
<<if $escort is "Luna">>
Morning comes, you find the receptionist and an escort girl next to you. The receptionist is awake, and looking right at you
<span class="FNPC">Good morning sir</span>
<span class="player">Morning Sarah, how did you sleep</span>
<span class="FNPC">Surprisingly enough, amazing. What about you?</span>
<span class="player">Sleep was not the problem, it was the waking up I'm not a fan of. Sleeping next to two hotties and I neither get a kiss nor a morning blowjob</span>
<span class="FNPC">I'm terribly sorry that our services were not up to your liking sir. Allow us to fix that - //*pushing Luna with leg*// hey slut, wake up and take some dick in your mouth</span>
<span class="FNPC2">//*waking up*// //mgnhhhokayyy//</span>
<img src="img\city\Hotel\hotelDeluxeMorningLuna.webp">
She wakes up and start sucking your dick
<span class="FNPC">So you said a kiss, right?</span>
<span class="player">Wouldn't mind tasting your other lips</span>
<span class="FNPC">Mm I get the idea</span>
<img src="img\city\Hotel\hotelDeluxeMorningSarahOnFace.webp">
She climbs on you and rides your face
<span class="thought">Way better</span>
<</if>>\
/*---Lexie---*/\
<<if $escort is "Lexie">>
You wake up. Lexie and Sarah are still sleeping next to you.
<span class="thought">I wonder what they are dreaming about</span>
Looks like there's some wet dreams going on in their heads, cause both of them are touching themselves in sleep
<img src="img\city\Hotel\hotelDeluxeMorningLexie1.webp">
<span class="thought">I'll go brush my teeth</span>
//10 minutes later...// You decide to check on the girls again
<img src="img\city\Hotel\hotelDeluxeMorningLexie2.webp">
You see them licking each other
<span class="thought">Intriguing - are they awake or asleep? Regardless, I'll leave them to it</span>
<</if>>\
/*---Sandra---*/\
<<if $escort is "Sandra">>
Morning comes, you find the receptionist and an escort girl next to you. The receptionist is awake, and looking right at you
<span class="FNPC">Good morning sir</span>
<span class="player">Morning Sarah, how did you sleep</span>
<span class="FNPC">Surprisingly enough, amazing. What about you?</span>
<span class="player">Sleep was not the problem, it was the waking up I'm not a fan of. Sleeping next to two hotties and I neither get a kiss nor a morning blowjob</span>
<span class="FNPC">I'm terribly sorry that our services were not up to your liking sir. Allow us to fix that - //*pushing Sandra with leg*// hey slut, wake up and take some dick in your mouth</span>
<span class="FNPC2">//*waking up*// //mgnhhhokayyy//</span>
<img src="img\city\Hotel\hotelDeluxeMorningSandra.webp">
She wakes up and start sucking your dick
<span class="FNPC">So you said a kiss, right?</span>
<span class="player">Wouldn't mind tasting your other lips</span>
<span class="FNPC">Mm I get the idea</span>
<img src="img\city\Hotel\hotelDeluxeMorningSarahOnFace.webp">
She climbs on you and rides your face
<span class="thought">Way better</span>
<</if>>\
/*---Amanda---*/\
<<if $escort is "Amanda">>
You wake up to a beautiful two women beside you
<span class="FNPC">Good morning sir</span>
<span class="mom">Morning sweetie</span>
<span class="player">Morning girls, can I get a morning kiss?</span>
Mom still doesn’t like the idea of kissing you, but Sarah clearly does.
<img src="img\city\Hotel\hotelDeluxeMorningAmanda.webp">
<</if>>\
<</if>>\
<<link "Leave the hotel" "Go to the City">><<set $escort = "">><<set $escortEquipped to false>><</link>><<if $escortEquipped is false>>\
<span class="player">On the bed, now.</span>
<span class="FNPC">Yes sir</span>
She lays on the bed and you start fucking her missionary
<img src="img\city\Hotel\hotelBedSexReceptionist1.webp">
<<linkreplace "Doggystyle">>\
<span class="player">Turn around whore</span>
<span class="FNPC">Hey... I'm not a whore</span>
<img src="img\city\Hotel\hotelBedSexReceptionist2.webp">
<span class="player">I had to pay to fuck you didn't I? So what are you then?</span>
<span class="FNPC">I'm a... service benefit of this residence...</span>
<<linkreplace "Cowgirl">>\
<span class="player">Oh you sure are a benefit. And you serve right. Now get on top of me and do the job you're paid for</span>
She gets on top and starts riding you
<img src="img\city\Hotel\hotelBedSexReceptionist3.webp">
<<linkreplace "Cum">>\
<span class="player">Get down on your knees, I want to cum on your face</span>
She listens to your command without complaint
<img src="img\city\Hotel\hotelBedSexReceptionist4.webp">
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<<elseif $escortEquipped is true>>\
/*---Luna---*/\
<<if $escort is "Luna">>
<span class="player">Hey girls, let's have some fun together</span>
You lay down on the bed and Sarah get on top of your dick
<span class="player">Come here Luna, I want to taste you</span>
Luna climbs your face and you start pleasuring them both at the same time
<img src="img\city\Hotel\hotelDeluxeBedLuna1.webp">
<span class="FNPC">Sarah right? Your lips look beautiful, I want to taste them</span>
<span class="player">You should taste her other lips as well</span>
<span class="FNPC">mmm sounds like a great idea</span>
You reposition yourselves so you can fuck Sarah from behind while Luna licks her pussy
<img src="img\city\Hotel\hotelDeluxeBedLuna2.webp">
<span class="FNPC">//*muffled*// oh my~.. so- delhichious</span>
<span class="thought">Seems like Luna really likes licking pussy. No hesitation at all</span>
<img src="img\city\Hotel\hotelDeluxeBedLuna3.webp">
<span class="player">Hey girls I'm gonna cum soon. Luna are you ready?</span>
<span class="FNPC">mmm ready!</span>
<span class="FNPCthought">*Sarah thinking-* oh no, is he going to cum inside me? I can't act like a coward and tell him that's not on our deluxe menu in front of this whore...</span>
<span class="player">Ahhh here it comes</span>
<span class="FNPCthought">*Sarah thinking-* oh no no no he's not taking it out, fuck what do I-</span>
<img src="img\city\Hotel\hotelDeluxeBedLuna4.webp">
You pump your sperm in Sarah's pussy so much it starts dripping out
<span class="FNPCthought">*Sarah thinking-* I hope this dirty whore gets every single drop out my pussy, I don't want to get impregnated by a guest</span>
<</if>>\
/*---Lexie---*/\
<<if $escort is "Lexie">>
You enter the bedroom and a thought comes to your mind -
<span class="thought">I wonder who gives better titjob</span>
<span class="player">//*yelling*// LEXIEEE!</span>
<span class="FNPC">Yes sir?</span>
<img src="img\city\Hotel\hotelDeluxeBedLexie1.webp">
She comes to the room with her tits already out
<span class="player">Do you think you're better than Sarah at giving a titjob?</span>
<span class="FNPC">Pfft, she can only wish she was as good as me</span>
<span class="player">I like that energy, let's test that out- //*yelling*// SARAAAH!</span>
She comes in
<span class="FNPC">Yes sir?</span>
<span class="player">Tits out, now! You're gonna compete with Lexie who gives a better titjob</span>
<span class="FNPC">//*Annoyed*// yes sir...</span>
<img src="img\city\Hotel\hotelDeluxeBedLexie2.webp">
She takes off her top
<span class="player">Okay let's do it. Lexie, you go first</span>
<span class="FNPCthought">Lexie thinking - this is going to be so easy</span>
You undress and let the fun begin - Lexie fits your cock perfectly between her tits with an amazing grip. She even pushes her tits with her hands so it gets even tighter
<img src="img\city\Hotel\hotelDeluxeBedLexie3.webp">
<span class="thought">Holy shit she knows what she's doing, I'm already getting close</span>
<span class="player">Wow wow wow slow down, you're really going at it, you're gonna make me cum before Sarah's turn. Sarah, come on, show me what you got</span>
<span class="FNPC">On it</span>
She kneels and starts kneading your cock
<img src="img\city\Hotel\hotelDeluxeBedLexie4.webp">
<span class="thought">What the fuck is that... is she even trying?</span>
<span class="FNPC">Am I making you go crazy? You can cum all over me</span>
<span class="player">Uhmm yeah... you're... really good but you know, I gotta be honest with you, Lexie is waay better at this so uhm... Lexie, can you finish me off?</span>
<span class="FNPC">hahaha yes I can, I told you her skills are not even close to mine</span>
Lexie gets down again and continues where she left off, applying the same pressure, making you cum within seconds
<img src="img\city\Hotel\hotelDeluxeBedLexie5.webp">
<span class="player">Ohhhh fuuuck Lexie you've got the best tits in the WORLD!</span>
<span class="FNPCthought">Sarah thinking - hmph, whatever</span>
<</if>>\
/*---Sandra---*/\
<<if $escort is "Sandra">>
You're training Sandra's mouth by the bed
<img src="img\city\Hotel\hotelDeluxeBedSandra1.webp">
<span class="player">Wow Sandra, you've become really good with your mouth!</span>
<span class="FNPC2">Hahah yeah, after a few night working as escort, I found out I'm a natural at these things and that I can make way more money this way than being a magazine cover model</span>
<span class="player">Honestly, I'm so happy for you</span>
After a while you notice Sarah sneaking in the back
<span class="player">Uh-oh, looks like we've got a horny visitor</span>
<img src="img\city\Hotel\hotelDeluxeBedSandra2.webp">
<span class="player">Enjoying the show Sarah?</span>
<span class="FNPC">Mmngh- don't mind me I'm just... spectating</span>
<span class="player">Why don't you come here and get a better look? Sandra, arch back a bit, I'm gonna fuck your pussy</span>
Sarah gets next to Sandra
<img src="img\city\Hotel\hotelDeluxeBedSandra3.gif">
<span class="FNPC">Mm you look like you're enjoying his dick a lot</span>
<span class="FNPC2">Mhm~ it feels so good</span>
<span class="player">You want some as well?</span>
<span class="FNPC">n... yes, please</span>
You reposition yourself behind Sarah
<img src="img\city\Hotel\hotelDeluxeBedSandra4.webp">
<span class="player">I can see you're already wet enough for me to just enter you without any warmup. Good job</span>
<span class="FNPC">Thank you sir</span>
<img src="img\city\Hotel\hotelDeluxeBedSandra5.webp">
You start pounding Sarah from the back
<span class="FNPC">//*mphf~fnph~mfwuuck*// it does feel really good</span>
<span class="FNPC2">Haha you've got such a slutty look on your face</span>
<span class="FNPC">I... can't help it... feels too good</span>
<span class="player">I'm getting close girls, who wants to taste my cum?</span>
<span class="FNPC">Me!</span>\
<span class="FNPC2">Me!</span>
<span class="player">Hahah don't worry girls there's enough for both. Come on now - show me your tongues</span>
You lay down and spray your cum on both of them
<img src="img\city\Hotel\hotelDeluxeBedSandra6.webp">
<span class="player">Ughh that felt nice, good job girls!</span>
<span class="FNPCthought">*both of them thinking* mm delicious</span>
<</if>>\
/*---Amanda---*/\
<<if $escort is "Amanda">>
<span class="mom">Still your favorite hole I see</span>
<img src="img\city\Hotel\hotelBedSexAmanda1.webp">
<span class="player">Always will be</span>
<span class="mom">Is it only my asshole or do you like anal in general?</span>
At that moment Sarah steps into the room
<span class="player">Hmm I'm not sure, Sarah let me try your ass as well</span>
<span class="FNPC">My ''ass''?</span>
<span class="player">Is there something wrong with my request?</span>
<span class="FNPC">Of course not sir, it's just that not many of our clients ask for that</span>
<span class="player">Oh trust me...</span>
You look at mom
<span class="player">I'm not like other clients</span>
<img src="img\city\Hotel\hotelBedSexAmanda2.webp">
She bends over next to Amanda and you pound her ass
<span class="FNPC">That's... pretty painful not gonna lie. I'm not used to that side</span>
You're stretching her asshole pretty wide
<span class="player">Yeah, I can tell... You're so tight you're making me cum</span>
<span class="mom">Hey! I want to taste it, I'm your favorite anal slut!</span>
<span class="player">Don't worry Amanda, I was planning on letting you both taste it</span>
You pull out and lay down as they start licking your shaft
<span class="player">Mm I'm cumming</span>
<img src="img\city\Hotel\hotelBedSexAmanda2.webp">
<span class="mom">Mmm tasty!</span>
<span class="FNPC">Thank you for feeding us sir.</span>
<</if>>\
<</if>>\
<<link "Continue" "HotelDeluxe">><</link>><<if $escortEquipped is false>>\
<img src="img\misc\showering.gif">
//You feel refreshed and less horny//
<<set $stam += 20>>\
<<set $lust -= 20>>\
<<linkreplace "Call receptionist to join you">>\
<span class="FNPC">Yes sir, you called?</span>
<span class="player">I did. I want you in here with me</span>
<span class="FNPC">Mmm gladly</span>
She takes her clothes off and joins you in the shower knowing what to do right away - bending over and letting you fuck her from behind
<img src="img\city\Hotel\HotelDeluxeShower1.webp">
You both moan in unison, the sound of water and flesh mixing in a symphony of pleasure.
You can feel every inch of her, the intensity building with each thrust.
<img src="img\city\Hotel\HotelDeluxeShower2.webp">
She turns you around, a mischievous glint in her eye. She drops to her knees, her hands already working to bring you back to life
<span class="FNPC">Now let me take the lead and make you feel good</span>
<img src="img\city\Hotel\HotelDeluxeShower3.webp">
She takes you into her mouth, her tongue swirling around your length.
The water continues to rain down on you, adding to the sensuality of the moment and you feel yourself getting closer to cumming -
<span class="player">Oh fuck I'm gonna cum</span>
<span class="FNPC">Shoot it all over me, shower my face with your sperm</span>
<img src="img\city\Hotel\HotelDeluxeShower4.webp">
<</linkreplace>>
<<elseif $escortEquipped is true>>\
/*---Luna---*/\
<<if $escort is "Luna">>\
<<set $stam += 20>>\
<<set $lust -= 20>>\
//You decide to take a quick shower//
<span class="FNPC">Hey handsome, need some help?</span>
<span class="FNPC2">//*giggle*//</span>
Luna and Sarah are standing by the bathroom door, naked
<<linkreplace "Of course">>\
<span class="player">Of course, I could use some good rubbing</span>
They get in the shower with you and help you wash yourself
<img src="img\city\Hotel\hotelDeluxeShowerLuna.webp">
<</linkreplace>>
<</if>>\
/*---Lexie---*/\
<<if $escort is "Lexie">>\
<<set $stam += 20>>\
<<set $lust -= 20>>\
//You open the bathroom door and see Lexie and Sarah washing themselves//
<<linkreplace "Help them">>\
<img src="img\city\Hotel\hotelDeluxeShowerLexie.webp">
You get behind Sarah and help her clean her pussy
<</linkreplace>>
<</if>>\
/*---Sandra---*/\
<<if $escort is "Sandra">>\
<<set $stam += 20>>\
<<set $lust -= 20>>\
//You open the bathroom door and see Sandra and Sarah having fun//
<span class="thought">Oh.. looks like they really like each other</span>
<img src="img\city\Hotel\hotelDeluxeShowerSandra1.webp">
You look at them making out while Sandra fingers Sarah
<span class="thought">Maybe I should let them explore something new?</span>
At that moment Sandra goes down on Sarah and start eating her out
<img src="img\city\Hotel\hotelDeluxeShowerSandra2.webp">
<span class="thought">Yeah, definitely</span>
<</if>>\
/*---Amanda---*/\
<<if $escort is "Amanda">>\
<<set $stam += 20>>\
<<set $lust -= 20>>\
//You decide to take a quick shower//
<span class="mom">Hey handsome, got some room for us?</span>
<span class="FNPC">//*giggle*//</span>
Mom and Sarah are standing by the bathroom door, naked
<<linkreplace "Always room for you">>\
<span class="player">Always room for you two</span>
They get in the shower with you and help you wash yourself
<img src="img\city\Hotel\hotelDeluxeShowerAmanda.webp">
<</linkreplace>>
<</if>>\
<</if>>\
<<link "Continue" "HotelDeluxe">><</link>><h1 style="
font-family: 'Cinzel Decorative', serif;
font-size: 48px;
color: #e63946;
text-align: center;
letter-spacing: 3px;
text-shadow: 0 0 15px rgba(230, 57, 70, 0.6);
margin-bottom: 30px;
">\
DEVIL'S ESCORTS
</h1>\
<style>
.escort-container {
display: flex;
justify-content: center;
gap: 10px;
flex-wrap: wrap;
width: 100%;
}
.escort-card {
background-color: #1e1e1e;
color: #fff;
width: 175px;
height: auto;
border-radius: 15px;
box-shadow: 0 4px 10px rgba(0,0,0,0.4);
overflow: hidden;
text-align: center;
transition: transform 0.2s;
}
.escort-card:hover {
transform: scale(1.05);
}
.escort-card img {
width: 200px;
height: 250px;
object-fit: cover;
}
.escort-info {
padding: 10px;
font-size: 14px;
line-height: 1.4;
}
.escort-name {
font-weight: bold;
font-size: 18px;
margin-bottom: 8px;
color: orange;
}
.price {
margin-top: 10px;
font-weight: bold;
color: #50fa7b;
}
.book-btn {
margin-top: 15px;
display: inline-block;
background-color: #f9b234;
color: #000;
padding: 8px 16px;
border-radius: 10px;
text-decoration: none;
font-weight: 600;
transition: 0.2s;
}
.book-btn:hover {
background-color: #ffcb55;
}
.book-btn .link-internal {
color: #000;
}
</style>\
<div class="escort-container">
<div class="escort-card">
<img src="img\city\Hotel\EscortLuna.jpg" alt="Escort 1">
<div class="escort-info">
<div class="escort-name">Luna</div>
Hair: Black
Age: 25
<span class="price">Price: $200</span>
<span class="book-btn"><<linkreplace "Hire">>
<<if $money >= 200>><<goto "welcomeLuna">><<set $money -= 200>><<set $escortEquipped = true>><<set $escort to "Luna">>\
<<else>>\
<span style="lowStat">Not enough money!</span>
<</if>>
<</linkreplace>></span>
</div>
</div>
<div class="escort-card">
<img src="img\city\Hotel\EscortLexie.jpg" alt="Escort 2">
<div class="escort-info">
<div class="escort-name">Lexie</div>
Hair: Blonde
Age: 32
<span class="price">Price: $250</span>
<span class="book-btn"><<linkreplace "Hire">>
<<if $money >= 250>><<goto "welcomeLexie">><<set $money -= 250>><<set $escortEquipped = true>><<set $escort to "Lexie">>\
<<else>>\
<span style="lowStat">Not enough money!</span>
<</if>>
<</linkreplace>></span>
</div>
</div>
<div class="escort-card">
<img src="img\city\Hotel\EscortSandra.jpg" alt="Escort 3">
<div class="escort-info">
<div class="escort-name">Sandra</div>
Hair: Ginger
Age: 27
<span class="price">Price: $300</span>
<span class="book-btn"><<linkreplace "Hire">>
<<if $money >= 300>><<goto "welcomeSandra">><<set $money -= 300>><<set $escortEquipped = true>><<set $escort to "Sandra">>\
<<else>>\
<span style="lowStat">Not enough money!</span>
<</if>>
<</linkreplace>></span>
</div>
</div>
<div class="escort-card">
<img src="img\city\Hotel\EscortMom.jpg" alt="Escort 4">
<div class="escort-info">
<div class="escort-name">Amanda</div>
Hair: Black
Age: 40
<span class="price">Price: $400</span>
<span class="book-btn"><<linkreplace "Hire">>
<<if $money >= 400>><<goto "welcomeAmanda">><<set $money -= 400>><<set $escortEquipped = true>><<set $escort to "Amanda">>\
<<else>>\
<span style="lowStat">Not enough money!</span>
<</if>>
<</linkreplace>></span>
</div>
</div>
</div>
<<link "Close" $currentLocation>><</link>><<if $currentLocation is "HotelRoom">>
<span class="thought">Image failed to load?</span>
<span class="player">Interesting, owners of this site must earn a lot yet they can't pay a good developer.</span>
<span class="thought">Hmmm 40 years old... must be an experienced MILF. I mean, she's expensive as fuck, $400 for a night? Damn...</span>
<span class="player">Fuck it let's do it. This better not be a waste of money!</span>
You hired Amanda
<span class="thought">Let's go and wait for her in the hallway</span>
<<timed 5s>><span class="thought">What's taking her so long? Where the fuck is she? This better not be a fucking scam with that fake broken profile pic</span>
<span class="thought">Maybe she's too old and don't know how to use the map to find this hotel. It's all fake names on the site anyway, might as well be fake age, she's could be a 60 years old granny</span>
<span class="player">Ahh fuck let's go and wait for her at the reception</span>
You call the elevator
<<timed 4s>>Elevator comes to your floor and the door opens. Your eyes fixate on the beautiful cleavege inside
<span class="player">Ouuu bazoonkaaas, well hello th - MOM?!?</span>
<img src="img\city\Hotel\escortMomWelcome.webp">
You lift your eyes and see your mom...
<span class="mom">$name, what are you doing here?</span>
<span class="player">I'm just... staying at this hotel for the night and I'm waiting for uhm... someone but WAIT, what are ''you'' doing here??</span>
<span class="mom">Me? Oh uhm I'm just... visiting someone. Wait... ''who'' are you waiting for?</span>
<span class="player">Wait... you're dressed very well, don't tell me... Are you "Amanda"?</span>
<span class="mom">Oh fuck... don't tell me you ordered... me?</span>
<span class="player">So there was no hidden stash of dads you found out... this is why you always have money for youself</span>
<span class="mom">This is so wrong $name, I should go...</span>
<span class="player">Wait, I paid for... you. I want my $400 back and then you can go</span>
<span class="mom">I'm sorry sweetie but I get only 50% of that. Besides, you can open a ticket in their system saying it was an accident and they'll send you your money back within a week</span>
<span class="player">A WEEK!? I AIN'T WAITING FOR A WEEK!</span>
You realise you were a bit too loud, some of the guests are looking at what's going on
<span class="mom">Let's... not make a scene here. Let's talk in your room</span>
<<link "Go back to your room with mom" "welcomeAmanda2">><</link>>
<</timed>>
<</timed>>
<<elseif $currentLocation is "HotelDeluxe">>
<span class="thought">They still didn't fix her image. Whatever, I now know who it is, let's wait mom by the elevator</span>
You wait
<img src="img\city\Hotel\escortMomWelcome.webp">
She arrives
<span class="mom">Oh hi son, you again?</span>
<span class="player">Yeah, sorry to call for you here again but I wanted to spice it up a bit this time</span>
<span class="mom">Oh? Spice it up how?</span>
<span class="player">Have you ever had sex with another woman?</span>
<span class="mom">Hmm I kissed a few girls, gave cunni to 2 of them when I was in highschool, why?</span>
<span class="player">Well today I have another woman in my apartment and I want us all to have fun together</span>
<span class="mom">Ohhh okay, that sounds... fun but does she know I'm your mother? This could get complicated, we could get in trouble</span>
<span class="player">Hmm you're right... //*thinking...*// let's just hold on to you calling me $name and I'll call you Amanda. No "mom" and "son" names, okay?</span>
<span class="mom">Alright</span>
<<link "Go back to your room with mom" "HotelDeluxe">><</link>>
<</if>><span class="player">"Luna" huh? She looks toxically fun. I want her</span>
You hired Luna
<span class="thought">Let's go and wait for her in the hallway</span>
<<timed 2s>>After a while you start hearing heels clamping through the hallway
<span class="thought">That must be her</span>
She comes closer and greets your
<span class="FNPC">Hi handsome, I'm Luna</span>
<span class="player">Hi, I'm $name, let's have some fun</span>
<span class="FNPC">Impatient are we? Sure, let's go to your room first, number 104, right?</span>
<span class="player">Yup, at the end of the hallway</span>
She walks in front of you like she already knew where your room is
<span class="thought">I guess it's not her first time here</span>
<span class="FNPC">Don't get lost in your thoughts sweetheart, here's something to bring you back to reality</span>
<img src="img\city\Hotel\escortLunaWelcome.webp">
She lifts her dress up and you see her nicely shaped ass
<span class="thought">Fuuuck I can't wait to get in between those cheeks</span>
<<link "Go back to your room with Luna" $currentLocation>><</link>>
<</timed>><span class="player">Lexie looks sweet and fun</span>
You hired Lexie
<span class="thought">Let's go and wait for her in the hallway</span>
<<timed 2s>>After a while you start hearing heels clamping through the hallway
<span class="thought">Damn... what a pair of melons</span>
<span class="FNPC">Hiii I'm Lexie! Oh - //these// caught your attention? Don't worry I'll let you play with them all night</span>
<img src="img\city\Hotel\escortLexieWelcome.webp">
She slips her nipple and shakes her tits for you
<span class="player">//woof woof//</span>
<span class="player">I mean... hi, please come in</span>
<<link "Go back to your room with Lexie" $currentLocation>><</link>>
<</timed>><span class="player">Well ain't she a beauty... This will be good</span>
You hired Sandra
<span class="thought">Let's go and wait for her in the hallway</span>
<<timed 2s>>After a while you start hearing heels clamping gently through the hallway
<span class="thought">Holy f....</span>
She owns the hallway with her look, making your jaw drop
<img src="img\city\Hotel\escortSandraWelcome.webp">
<span class="FNPC">Hey there, $name right? I'm Sandra, at your service for the night</span>
<span class="player">//grawl//</span>
<span class="FNPC">Easy there tiger, let's get inside first</span>
<span class="player">Oh Im gonna get inside all right</span>
<<link "Go back to your room with Sandra" $currentLocation>><</link>>
<</timed>><span class="FNPC">Please follow me sir</span>
She leads you to the room and opens the door for you...
<img src="img\backgrounds\penthouse.jpg" width="100%">
As soon as you get in the room you see why it's called a ''Deluxe Package''. It's one the most luxurious places you've ever been.
<span class="FNPC">By the way, my name is Sarah</span>
Sarah stands in the corner of the room.
Thinking about how much you paid for this package, you realize it's not only her smile at your disposal, but her body as well
<<link "Make yourself at home" "HotelDeluxe">><</link>>/*---Luna---*/\
<<if $escort is "Luna">>\
<span class="player">Come over here</span>
You start fucking her from behind roughly
<img src="img\city\Hotel\hotelRoomLunaBed1.webp">
<span class="FNPC">Oh fuck, fuck, fuck... just like that, don't stop please</span>
You don't plan on stopping at all
<img src="img\city\Hotel\hotelRoomLunaBed2.webp">
<span class="player">//grunts// You have a really tight pussy you know?</span>
<span class="FNPC">ah, ah thank you</span>
<span class="player">Thank you what?</span>
<span class="FNPC">Thank you ''Sir''</span>
<span class="player">Good girl, now turn around I want to look at your pretty face
You turn her around and lift her legs high up. She holds them with her hands as you pin her to the bed</span>
<img src="img\city\Hotel\hotelRoomLunaBed3.webp">
<span class="player">I'm getting close, are you on the pill?</span>
<span class="FNPC">No, shoot it all over my body please</span>
You barely managed to pull out and start coming over her body
<img src="img\city\Hotel\hotelRoomLunaBed4.webp">
<span class="thought">That was close, imagine impregnating an escort... </span>
<</if>>
/*---Lexie---*/\
<<if $escort is "Lexie">>\
<span class="player">Hey Lexie, can you get on the bed and open your mouth?</span>
<span class="FNPC">Ouhh, I like where this is going... 'aaa'</span>
She opens wide and you shove your cock inside her mouth while holding her head
<img src="img\city\Hotel\hotelRoomLexieBed1.webp">
<span class="player">Such a good girl. Why don't you take clothes off and lay on the side</span>
<span class="FNPC">//eagerly// mm what are you gonna do to me now?</span>
She says with a smirk
<img src="img\city\Hotel\hotelRoomLexieBed2.webp">
You get behind her and start fucking her pussy
<span class="player">This</span>
<span class="FNPC">Mmm I like it. What next?</span>
<span class="player">Now lay on your back</span>
You reposition yourself and fuck her missionary
<img src="img\city\Hotel\hotelRoomLexieBed3.webp">
<span class="FNPC">You know, my pussy is getting tired a bit, are you close?</span>
<span class="player">Not really but I can use your tits instead</span>
<span class="FNPC">Good idea</span>
You get on top of her and use her tits like a pussy
<img src="img\city\Hotel\hotelRoomLexieBed4.webp">
<span class="player">Don't take it as an insult Lexie but your tits feel better than your pussy</span>
<span class="FNPC">Haha that's a compliment dummy, I'm glad you like my boobs that much</span>
<span class="FNPCthought">What a fucking douchebag. Why does it always have to be only about my tits, can't anyone compliment my personality?</span>
<span class="player">Now I'm getting closer, get ready</span>
<img src="img\city\Hotel\hotelRoomLexieBed5.webp">
You come all over her tits while you look at her //(annoyed?)// face
<span class="FNPC">I'm glad my tits made you cum so much $name</span>
<span class="thought">Damn, I guess she did take it as an insult</span>
<</if>>
/*---Sandra---*/\
<<if $escort is "Sandra">>\
<span class="FNPC">Hey there big boy, feel like training me more?</span>
<span class="thought">Looks like she's getting addicted. I didn't even get to say anything, she already has my dick in her hands</span>
<img src="img\city\Hotel\hotelRoomSandraBed1.webp">
<span class="player">Of course. What's usually the first thing you do?</span>
<span class="FNPC">Make this cock wet and ready for my holes</span>
<img src="img\city\Hotel\hotelRoomSandraBed2.webp">
Without any delay, she gets down on her knees and put her mouth on your cock
<span class="player">Correct! Looks like I make a great teacher.</span>
<span class="FNPC">More like I'm the best learner</span>
<span class="thought">Humph, stupid ''and'' full of herself. Bad combo</span>
<span class="player">//*sacrastically*// haha yes you are. So what comes next?</span>
<span class="FNPC">mmm oh right - my pussy -</span>
<img src="img\city\Hotel\hotelRoomSandraBed3.webp">
She get on top of you and let's you ram her pussy with your dick
<span class="thought">I guess she got used to this size</span>
<span class="player">Well done! And then...?</span>
<span class="FNPC">uhm... more pussy?</span>
<span class="player">Hahaha, that is one of the options but what comes after even more pussy?</span>
<span class="FNPC">I know I know... ass come after pussy...</span>
She doesn't look happy with this. Looks like she is not a fan of anal sex
<span class="player">Come on then - head down, ass up</span>
She reluctantly lays down on the bed face down and lifts her ass up so you can fuck her
<img src="img\city\Hotel\hotelRoomSandraBed4.webp">
<span class="FNPC">//*whimpering*//</span>
<span class="player">You're gonna get used to it with time, you just have to keep trying</span>
<span class="FNPC">I know, I know... a lot more pain to get there though</span>
<span class="player">Come on, get down on your knees. I won't cum in your ass this time. This time, I want you to taste it</span>
<span class="FNPC">Taste... your cum?</span>
<span class="player">Exactly. Open wide</span>
<img src="img\city\Hotel\hotelRoomSandraBed5.webp">
She opens wide and you start cumming. Only the first stream managed to get inside her mouth cause right after it, she reflexively pulled back
<span class="FNPC">Fuck I accidentally swallowed it... And it got in my eye yuuuck this is disgusting</span>
<span class="player">Just like an anal, you'll get used to it</span>
<span class="FNPC">But I don't want to get used to this</span>
<span class="player">Suit yourself. Your career depends on it.</span>
<span class="FNPCthought">I'm starting to have second thoughts about this career</span>
<</if>>
/*---Sandra---*/\
<<if $escort is "Amanda">>\
<span class="player">Come to bed with me</span>
<span class="mom">What now, are you going to torture me on these white sheets as well?</span>
<span class="player">You know, I'm sorry for going so rough on you earlier, you didn't deserve that</span>
<span class="mom">Oh.. Yeah, that's... definitely something we'll talk about once this "service" is over</span>
<span class="player">I want to address that now. It's just... I've been so angry at life lately and I.. well you know I don't have a girlfriend so obviously, I'm not having sex often cause I'm focused on earning money every I can so when all that mixed... You came as a collateral...</span>
<span class="mom">Oh honey...</span>
<span class="player">I just want you to know I don't hate you or want to hurt or whatever. If anything, you're a great mother, and I love you so much</span>
<span class="mom">Sweetheart that's... I don't know what to say. I love you too, you're my everything</span>
<span class="player">Can you forgive me for being so rough on you earlier?</span>
<span class="mom">I probably shouldn't be telling you this but... I kinda liked it. You know, me and your dad we always had a rough roleplay in bad so... I forgive you</span>
<span class="player">Thank you mom. And actually... you remember that night dad went to work and never came back?</span>
<span class="mom">Yes?</span>
<span class="player">I actually saw you and dad in your room... you know... doing it. Roughly</span>
<span class="mom">I know, I heard you in front of the door. I also know you liked it</span>
<span class="player">How do you know that?</span>
<span class="mom">Cause you left your door opened while you were watching //"that"// kind of porn later. I was passing by and wanted to check on you</span>
<span class="player">Oh... Well, now I'm really embarrassed. I'm sorry it's just... you are such a beautiful woman and I so wished I was in a dad's place that night, in your bedroom</span>
<span class="mom">You know what $name, let me be your Amanda today. Do whatever you want to do with me. You earned it cause you're a really good son. I want you to know that, now show me how much you want to make love to me</span>
Mom's words left you speechless. In the heat of the moment, you kiss her
<img src="img\city\Hotel\hotelRoomAmandaBed1.webp">
<span class="FNPCthought">O~oh... I didn't mean that but... he's a good kisser. Okay, I'll accept the fact he sees me as a random woman at the moment, not his mother</span>
<span class="player">You've got such tasty lips Amanda. I would love to feel them on my dick</span>
<span class="mom">//*Chuckles*// okay mister $name, let me take my clothes off and you sit by the edge of the bed</span>
<span class="player">Mm I like how that sounds</span>
She takes her lingerie off and stands up
<img src="img\city\Hotel\hotelRoomAmandaBed2.webp">
<span class="thought">She has such an amazing body</span>
You are mesmerized by how her body looks not that you get to see it in a slow pace
<span class="mom">Now lean back and enjoy</span>
<img src="img\city\Hotel\hotelRoomAmandaBed3.webp">
<span class="player">Oh fff~ffuck this feels heavenly, you sure know how to suck a dick</span>
<span class="mom">//*mphm-hmph*// and you sure have a delicious one //*mphm-hmph*//</span>
<span class="thought">She's really good at what she does when she wants it, maybe I should try taking the less aggressive approach more often</span>
<span class="mom">Hey mom~ I mean Amanda - why don't you join me on the bed now?</span>
<span class="mom">mm gladly</span>
She gets on the bed and spreads her legs so you can enter her
<img src="img\city\Hotel\hotelRoomAmandaBed4.webp">
<span class="player">You're beautiful mom</span>
<span class="mom">Mm thank you mister- son...</span>
<span class="thought">Looks like she's slowly getting more comfortable with the thought of her son being inside her</span>
<span class="mom">Let me take the charge now, lay down</span>
You lay down and let her mount you
<span class="mom">I'm glad you liked my pussy but I think it's time for your favorite hole now</span>
She positions the tip of your dick on her asshole and slowly sits on it
<span class="player">MMmm I love your ass so much</span>
<img src="img\city\Hotel\hotelRoomAmandaBed5.webp">
She sensualy goes up and down on your cock taking it deep in her ass
<span class="mom">I know you do. And your cock fits perfectly inside of it. You know, your dad never liked fucking my ass even though I asked him multiple times</span>
<span class="player">ogh my god, he don't know what he's missing</span>
<span class="mom">I'm glad you do</span>
Oh yes you do, it wasn't long until her ass made you cum
<img src="img\city\Hotel\hotelRoomAmandaBed6.webp">
<span class="mom">Oh? You made a mess of my asshole, now I have to wash up. Why don't you relax for a bit and we can have some more fun later? Or, come join me in the shower if you're ready for a next round</span>
<span class="player">I think I'm gonna take a small break, you go ahead and wash up</span>
<span class="mom">Mm okay</span>
<span class="thought">wow... what a woman..</span>
<</if>>
<<link "Continue" "HotelRoom">><<timeskip>><</link>><<if $escortEquipped is true and $escort is "Amanda">>
You decide to check on her
<img src="img\city\Hotel\hotelRoomShowerAmanda1.webp">
She's trying to get all that cum you pumped into her earlier
<span class="thought">Damn, I really came a lot. No wonder, her ass is amazing. Wait, is she fingering it?</span>
<img src="img\city\Hotel\hotelRoomShowerAmanda2.webp">
She is washing her asshole really thoroughly
<span class="FNPCthought">Mmm so good, I could get used to being fucked in the ass so often</span>
<span class="FNPCthought">Wait... is he peeking on me? Gosh it's so wrong but I wish he would go crazy on my ass again</span>
The sight of her clean asshole being ready to be used again makes you horny again
<<linkreplace "Fuck her ass again">>\
You barge in, bend her over and claim her ass again
<img src="img\city\Hotel\hotelRoomShowerAmanda3.webp">
<span class="player">You made it really clean for me, good job</span>
<span class="mom">Really $name, again?</span>
<span class="FNPCthought">Oh thank you God</span>
<</linkreplace>>
<<elseif $escortEquipped is true>>
<img src="img\misc\showering.gif">
//You feel refreshed//
<<set $stam += 20>>\
<<set $lust -= 20>>\
/*---Luna---*/\
<<if $escort is "Luna">>\
<span class="FNPC">Need some company?</span>
<<linkreplace "Sure">>\
She comes in and you fuck her in the shower
<img src="img\city\Hotel\hotelRoomShowerLuna.webp">
<</linkreplace>>
<</if>>
/*---Lexie---*/\
<<if $escort is "Lexie">>\
<span class="FNPC">Heyy sweetie, need me to //wash// you properly? //*giggle*//</span>
<<linkreplace "Of course">>\
<span class="player">Great idea, your tits are perfect for that! Why don't you put on some soap on them and come here?</span>
<span class="FNPC">My... tits? Of course, whatever makes you happy!</span>
<span class="FNPCthought">Of course it's only about my tits...</span>
<img src="img\city\Hotel\hotelRoomShowerLexie1.webp">
Annoyed, she puts on some soap on her tits and get into the shower with you
<span class="player">Mm that's good, now wash my dick</span>
<img src="img\city\Hotel\hotelRoomShowerLexie2.webp">
She carress your dick with her soapy tits
<span class="player">//*pants*// huff - of fuuuck</span>
<span class="FNPC">Oh- you came from my tits</span>
She barely even noticed your cum mixed with all that soap
<</linkreplace>>
<</if>>
/*---Sandra---*/\
<<if $escort is "Sandra">>\
<span class="thought">Sandra is so fucking hot! I just wanna use that body all day and all night. Oh fuck I got hard again thinking about her</span>
<<linkreplace "Masturbate">>\
<img src="img\city\Hotel\hotelRoomShowerSandra0.webp">
You decide to jerk yourself off while thinking of Sandra. After a while, you notice movement on the bathroom floor
<img src="img\city\Hotel\hotelRoomShowerSandra1.webp">
<<linkreplace "Comfort her">>\
<span class="player">Well well well... what do we have here?</span>
<span class="FNPC">Oh fuck.. uhm, don't mind me I'm just... looking for something on the floor!</span>
<span class="player">You're looking for this cock, are you?</span>
<span class="FNPC">//*nods*// mm~ mhm</span>
<span class="thought">Well, I was close to cumming anyway. Might as well dump it in her mouth</span>
<span class="player">Get over here and open your mouth so I can feed you</span>
<img src="img\city\Hotel\hotelRoomShowerSandra2.webp">
You manage to get a few drops in her mouth. She is not backing away from it anymore, she likes cum now
<</linkreplace>>
<</linkreplace>>
<</if>>
<</if>>
<<link "Continue" "HotelRoom">><<timeskip>><</link>>You get in the room and slam the door behind you
<span class="mom">Listen son I know you're angry, and I know it's partly my fault. If I told you what I did earlier you would have known not to click on me</span>
<span class="player">Oh not only am I angry, ''I'm pissed.'' And you're telling me it's my job to solve this shit by asking for a refund and waiting on it ''FOR A WEEK?''</span>
<span class="mom">You're right I - I'm sorry... listen, I have $250 on me right now. That's all I can give you at the moment, as for the rest... I'll clean your room for the week, okay? I'll go and we will act like this never happened.</span>
<<if $momLove lt 60>>\
<<linkreplace "Accept">>\
<span class="player">ahhh.. fine, okay, whatever. Give me the money and go</span>
she hands you $250 and leaves
<<link "Go back to the room" $currentLocation>><<set $escortEquipped = false>><<set $escort = "">><<set $money += 250>><</link>>
<</linkreplace>>
<<else>>
<<linkreplace "Accept">>\
<span class="player">ahhh.. fine, okay, whatever. Give me the money and go</span>
she hands you $250 and leaves
<<link "Go back to the room" $currentLocation>><<set $money += 250>><<set $escortEquipped = false>><<set $escort = "">><</link>>
<</linkreplace>>
<<linkreplace "Decline">>\
<span class="player">Ohhh no no no - you don't get to decide how this ends. You're gonna do your job how you're supposed to</span>
<span class="mom">What - what do you mean? Son you can't pay your mom to be your escort</span>
<span class="player">I can and I did</span>
<span class="mom">No son I don't want to...</span>
<<linkreplace "Make her">>
<span class="player">Come here you bitch</span>
<span class="mom">''Nooooo!''</span>
You rip her clothes off, place her on the couch and force yourself onto her
<span class="mom">''Aaaahhh'' no son please don't do this to your mother, how can you? Stop, stop, STOP PLEASE!!</span>
Anger flows through your veins, you just ignore her screams and ram her from behind
<img src="img\city\Hotel\welcomeAmanda1.webp">
<span class="mom">//sobbing// it huuuurts, pleeeaaase stop this!</span>
<<linkreplace "Take her to bed">>\
<span class="player">Shut up bitch and come here</span>
You pull her by the hair and throw her on the bed
<img src="img\city\Hotel\welcomeAmanda2.webp" width=50%>
<span class="player">This is what you get for working as a whore</span>
<span class="mom">I'm... //''thrust''// ...not... //''thrust''// ...a whore...</span>
<span class="player">You sure are taking this cock like one</span>
<span class="mom">//sobs// I can't believe you're doing this to your mother</span>
<span class="player">You talk too much</span>\
<<linkreplace "shut her up with your cock">>
You force her on her knees and facefuck her roughly
<img src="img\city\Hotel\welcomeAmanda3.webp">
<span class="mom">//caughs// pwease~ //gags// shtop~th //chokes// this</span>
Tears flowing down her face, makeup is ruined...
<span class="player">Im gonna cum in your throat</span>
<span class="mom">N - no, no please</span>
She starts stuggling so you push her against the wall and start feeding her your cum
<img src="img\city\Hotel\welcomeAmanda4.webp">
<span class="player">Oh fuck that felt so good</span>
<span class="mom">//spits// How could you do this to me?</span>
she stands up and rush to the door
<<linkreplace "Stop her!">>\
You catch her before she reaches the door
<span class="player">Where do you think you're going mom? We are not done yet</span>
You fix her makeup, put her clothes back on her and tie her up to the couch
<img src="img\city\Hotel\welcomeAmanda5.webp">
<span class="player">There, now be a good mother and don't cause more problems for me. I'm going to sleep, see you tomorrow</span>
<span class="mom">Wait... you can't leave me like this, this is a torture</span>
<span class="player">Goodnight mom</span>
<span class="mom">No... please...</span>
<<link "Go to sleep" $currentLocation>><<dayskip>><<set $stam += 100>><</link>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</if>><img src="img\city\Hotel\welcomeAmanda5.webp">
She is still tied to a couch
<span class="player">Ready to earn your money?</span>
<span class="mom">Untie me right now!</span>
<span class="player">Let me make you a deal, like the one you did for me - I won't take any money for the inconvenience your agency caused, and I will untie you ''if'' you do what you came here to do - be my escort and let me have my way with you</span>
<span class="mom">//*sobs*// but I'm your mother..</span>
<span class="player">It's not like we're doing something like this for the first time. Besides, if anyone asks, I ordered an escort by the name Amanda, she's just some hot milf, I had sex with her, the end.</span>
<span class="mom">O- Okay... </span>
<<linkreplace "Blowjob">>\
<span class="player">Now be a good mother and open wide</span>
<span class="mom">I'm not your mother I'm Amand~ //*muffled*// argha</span>
You put your dick on her mouth
<span class="player">Just do your job "Amanda"</span>
<img src="img\city\Hotel\hotelRoomAmandaBJ.webp">
She stops resisting and blows your cock
<<linkreplace "Vaginal">>\
<span class="player">Now get on top of me and let me fuck your pussy</span>
<span class="mom">Can't we keep it on the blowjob only?</span>
<span class="player">No we can not, I want the full service</span>
<img src="img\city\Hotel\hotelRoomAmandaVaginal.webp">
She gets on top of you and you start ramming her pussy
<span class="FNPCthought">Fuck, his dick feels so good. It's been a while since someone fucked me this well</span>
<<linkreplace "Anal">>\
<span class="player">That feels really, now get on that chair, I want to try your other hole</span>
<span class="mom">What? My other hole? You don't mean... my ass? No no no, I'm not doing that with you</span>
<span class="player">''Get on the fucking chair and spread your ass unless you want me to tie you up again''</span>
<span class="FNPCthought">I better do what he asks, I don't want him to get violent again</span>
She gets on the chair and you start pounding her perfectly shaped milf ass
<img src="img\city\Hotel\hotelRoomAmandaAnal.webp">
<span class="mom">Fuuuck fuck you're tearing me up, slow down!</span>
<span class="player">Your ass feels so good mom I'm not slowing down</span>
<span class="FNPCthought">it feels sooo damnn ''gooooood'' I don't want him to stop</span>
<span class="mom">Oh fuck I'm slipping down, wait, hold on</span>
You don't give a damn about her even falling from the chair, you just keep ramming her as her legs drop to the floor
<img src="img\city\Hotel\hotelRoomAmandaAnal2.gif">
<span class="mom">Fuck... shit... don't stop</span>
<span class="thought">I knew she's gonna start getting addicted to this. But her ass feels so good I feel like cumming any second now, I don't think I can hold on much longer</span>
<<linkreplace "Cum">>\
Her ass feels so good you keep fucking her while cumming deep inside her
<img src="img\city\Hotel\hotelRoomAmandaCum.webp">
<span class="mom">H- hey, you can stop now, you came...</span>
<span class="player">You're right... ah, your ass is my favorite hole mom</span>
<span class="mom">Please call me Amanda while we're doing this... You're making it really weird. Also, can I take a shower at least? You came so much it's literally pouring out of my asshole</span>
<span class="player">Yeah, whatever, just don't try getting away. You know what will happen if you do!</span>
<span class="FNPCthought">If we take away the fact he's my son, I don't think I even want to run away from this</span>
<</linkreplace>><</linkreplace>><</linkreplace>><</linkreplace>>
<<link "Back" "HotelRoom">><</link>>/*---Luna---*/\
<<if $escort is "Luna">>
<img src="img\city\Hotel\EscortLuna.jpg">
<span class="FNPC">So, what do you wanna do?</span>
<<linkreplace "Finger her">>\
Both of you lay on the couch and makeout while you finger her
<img src="img\city\Hotel\hotelRoomLunaFinger.webp">
<span class="FNPC">Mmm I love men with long fingers</span>
<</linkreplace>>
<<linkreplace "Titfuck">>\
She get on the floor and take your cock between her perky tits
<img src="img\city\Hotel\hotelRoomLunaTitfuck.webp">
<span class="player">So soft, your tits feel amazing Luna</span>
Luna smiles
<</linkreplace>>
<<linkreplace "Doggystyle">>\
<span class="player">This couch looks comfortable, what do you think?</span>
<img src="img\city\Hotel\hotelRoomLunaDoggy.webp">
<span class="FNPC">//pants// huff ye - yeah, really comfortable</span>
<</linkreplace>>
<<linkreplace "Anal">>\
You bend her over and fuck her ass
<img src="img\city\Hotel\hotelRoomLunaAnal.webp">
<span class="FNPC">//grunts in pain// Urgh fuck, I didn't expect you to be so dirty</span>
<</linkreplace>>
<<linkreplace "Cum">>\
<img src="img\city\Hotel\hotelRoomLunaFacial.webp">
You cum all over her face
<</linkreplace>>
<</if>>
/*---Lexie---*/\
<<if $escort is "Lexie">>
<img src="img\city\Hotel\hotelBedPreviewLexie.webp">
<span class="FNPC">These titties are waiting on you sweetie</span>
<<linkreplace "Fuck her tits">>\
<span class="player">Let's not make them wait then</span>
<img src="img\city\Hotel\hotelRoomLexieTitfuck.webp">
You fuck her tits
<span class="thought">Mmm so soft</span>
<</linkreplace>>
<<linkreplace "Blowjob">>\
<span class="player">Why don't you show me what that mouth do?</span>
<span class="FNPC">It would be my pleasure</span>
She gets down on her knees and takes your cock in her mouth
<img src="img\city\Hotel\hotelRoomLexieBJ.webp">
<span class="player">Mmm not bad Lexie, not bad at all</span>
<</linkreplace>>
<<linkreplace "Facefuck">>\
You sit her down on the floow
<span class="player">Open your mouth</span>
She opens wide
<img src="img\city\Hotel\hotelRoomLexieFacefuck.webp">
<span class="FNPC">//*muffled*// mm~mhm s-so~ deep</span>
<</linkreplace>>
<<linkreplace "Anal">>\
<span class="player">You like taking it in the ass Lexie?</span>
<span class="FNPC">Well... not really cause I have really tight asshole and I can barely walk after anal. It's so nice of you to ask.</span>
<span class="player">So nice of you to share that with me. Now lay down and spread your ass</span>
<span class="FNPC">Wha-</span>
<span class="FNPCthought">oh fuck this job and it's client's</span>
She lays down and spreads her ass
<img src="img\city\Hotel\hotelRoomLexieAnal.webp">
<span class="thought">She wasn't lying, it's really tight. Fuck, it feels so good tho</span>
<</linkreplace>>
<<linkreplace "Cum on her tits">>\
<span class="player">Im gonna cum on your tits</span>
<span class="FNPC">Haha yeah, I could have guessed that by the way you were looking at them in the hallway</span>
<img src="img\city\Hotel\hotelRoomLexieCumOnTits.webp">
You shoot a huge load on her tits
<</linkreplace>>
<</if>>
/*---Sandra---*/\
<<if $escort is "Sandra">>
<img src="img\city\Hotel\EscortSandra.jpg">
<span class="FNPCthought">Why is he staring so much</span>
<span class="FNPC">Soo... nice weather outside...</span>
<span class="thought">What the fuck? Is she new to this?</span>
<span class="player">Uhmmm yeah, nice weather indeed. So, are we gonna do this?</span>
<span class="FNPC">Oh, right...</span>
You take your pants off and start walking towards her
<span class="FNPC">Oh.. okay uhm thanks for.. showing me that</span>
As you keep getting closer to her she backs away at the wall
<span class="FNPC">Hey uhm, maybe we can take it slow you know?</span>
You start rubbing your cock on her pussy
<img src="img\city\Hotel\hotelRoomSandra1.webp">
<span class="FNPC">Ohhhkay that's... touching me uhmmm... Should we use your condom or mine?</span>
<span class="player">A condom? Aren't you on the pill or something?</span>
<span class="FNPC">A pill? N- No, why would I be on the pill?</span>
<span class="player">Because... I am going to cum inside of you?</span>
<span class="FNPC">''WHAT?'' Nooo no no, I was told the furthest that clients are gonna go for is a blowjob</span>
<span class="player">Sweetheart, they lied to you. You are here to get fucked. Roughly, if I want to. Besides, what do you need the condom for if you're gonna give a blowjob?</span>
<span class="FNPC">So it don't get on my skin? Listen I'm new to this so this was probably just a misunderstanding</span>
<span class="player">I thought you were a bit too beautiful to be a whore</span>
<span class="FNPC">What the fuck, I'm not a whore, I'm a rising model! Haven't you seen me? I'm on most magazine covers</span>
<span class="player">Now that I think about it, you do look familiar, I think I've seen you on the Lavender's Magazin cover. I don't get it tho, why do you work as a whore then?</span>
<span class="FNPC">Oh for fuck sake stop calling me that, I'm not a whore! I'm an escort - they told me being an escort as a model is super popular and will increase my popularity</span>
<span class="player">Yeah, that is true but... You gotta sleep with a lot of men if you want to succeed as a model nowadays</span>
<span class="FNPC">Really? But.. I'm not very experienced with sex. And my boyfriend has a pretty small dick so I'm not used to... //that//</span>
<span class="thought">Is she falling for this? Is she fucking stupid? ''And'' she has a boyfriend while working as an escort?</span>
<span class="player">Then I guess you're lucky cause I'm willing to teach you all you need to know</span>
<span class="FNPC">I- I guess we could try</span>
<span class="thought">She's still reluctant but at least we're getting somewhere</span>
<span class="player">''And'' I'll even recommend you to my friends who work for a variety of modeling agencies!</span>
<span class="FNPC">Really? You would realy do that for me? Okay then, teach me everything I need to know!</span>
<span class="thought">Yup, she's stupid. She really fell for that...</span>
<<linkreplace "Oral Training">>\
<span class="player">Of course I would. Now why don't you show me how good you are at giving blowjobs?</span>
<span class="FNPC">//*giggle*// hihi~ okay</span>
<span class="player">Also, take all of your clothes off. We don't need those and I want to examine your whole body</span>
<img src="img\city\Hotel\hotelRoomSandraBJ.webp">
She listens to you and starts licking your dick up and down
<span class="player">Mmm that's a nice tongue you have there. Why don't you get your legs up on the bed and try taking it in your mouth?</span>
<span class="FNPC">Is this good~ //*squeeks*// OH! What are you doing?</span>
<img src="img\city\Hotel\hotelRoomSandraBJ2.webp">
You start fingering her pussy from behind
<span class="player">Don't worry you're doing amazing so far, I'm just getting your pussy ready for later, don't pay attention to that</span>
<span class="FNPC">O- okay...</span>
<span class="player">You're doing real good Sandra, I want you to keep it up but now let's swap places - I'll lie down on the bed and you keep sucking me off</span>
<span class="FNPC">That sounds fun</span>
<span class="FNPCthought">Hehe, I didn't know I was so good at this, I must be a natural. I'll become so popular!</span>
<img src="img\city\Hotel\hotelRoomSandraBJ3.webp">
With a happy smile on her face, Sandra keeps sucking you off for some time
<<linkreplace "Vaginal Training">>\
<span class="player">Now is the right time to start training your pussy. Why don't you bend over the bed for me?</span>
<span class="FNPC">Okay, just please be gentle with it, I'm not used to your size</span>
<span class="player">You don't have anything to worry about Sandra!</span>
<img src="img\city\Hotel\hotelRoomSandraVaginal1.webp">
You start gently pounding her pussy from behind
<span class="FNPC">Oh fffuck, it hurts a bit, can you go slower please?</span>
<span class="player">Remember Sandra - no pain, no gain! Now be a good girl and think about the bright future waiting ahead of you once you're ready to start pleasing all the big cocks that will build your career!</span>
<span class="FNPC">Oh fuck... you're right I'll... I'll endure it!</span>
<span class="player">That's the spirit, I'm so proud of you. Now get on the bed and lift your ass up for me, will you?</span>
<<linkreplace "Go harder">>\
She does exactly as you tell her so you decide to reward her by going deeper
<img src="img\city\Hotel\hotelRoomSandraVaginal2.webp">
<span class="FNPCthought">ffffuuuuuck it hurts it hurts ''IT HURTS!''</span>
<span class="player">Amazing work Sandra, I can see you barely enduring it but you're doing it! Keep it up!</span>
<span class="FNPCthought">*happily* He's proud of me, I have to endure this. I think... I'm starting to like this feeling</span>
<span class="player">You know what - you've been doing so well we should remember this! Why don't you stand up, put on a smile and I'll mount the phone camera and make a video I can show to mu successful friends in the agencies so we make sure they remember you well!</span>
<span class="FNPC">Really? That sounds great</span>
<span class="thought">Oh you dumb bitch...</span>
You mount the camera in front of her and pound her from behind while she looks directly at the camera...
<img src="img\city\Hotel\hotelRoomSandraVaginal3.webp">
<span class="player">That looks amazing Sandra, good job!</span>
<span class="FNPC">//*giggling*// Hihi thank you, I think my pussy got used to your cock so it actually feels pretty nice right now</span>
<span class="thought">Oh does it now, huh? Well then..</span>
<<linkreplace "Anal Training">>\
<span class="player">That's great Sandra, that means we can take the next step, let's get on the couch</span>
<span class="FNPC">Oh? Okay, what are we going to do now?</span>
<span class="player">Now, my dear future star, comes an anal training</span>
<span class="FNPC">What? N- no, please, that's not a place to put your dick in</span>
<span class="FNPCthought">Right?</span>
<span class="player">Oh but Sandra, we have to get all of your holes ready. Don't worry, I promise I'll be extremely gentle with you</span>
<span class="FNPC">No! No way. I'm sorry but that's just not something I'm ready for right now</span>
<span class="thought">Damn you bitch I really wanted to fuck your ass. I have to think of something...</span>
<span class="player">Okay Sandra, I won't push you but keep in mind that you will have to do it at one point if you want to really succeed.</span>
<span class="player">And when that moment comes... it might not be a gentle guy in my place</span>
<span class="FNPCthought">Fuck, he might be right... But I never knew that hole could be used for... that...</span>
<span class="FNPC">Okay, you win. Let's do it</span>
<span class="thought">This girl...</span>
<span class="player">Smart choice Sandra, I knew you were a really smart girl. Now I'll let you get on top of me and do it yourself, at your own pace</span>
She gets on top and starts slowly sliding it in
<img src="img\city\Hotel\hotelRoomSandraAnal1.webp">
<span class="FNPC">Fuck fuck fuck fuck fuck... it hurts</span>
<span class="player">Take it slowly. You can do it, I believe in you</span>
Your words encourage her and she manages to get it inside fully
<span class="player">Wow Sandra, whole thing on the first try? You're gonna be a legend!</span>
<span class="FNPC">//*nervously*// haha, thanks... I feel like I'm getting torn apart</span>
<span class="player">Just be patient, once you get used to it, it will feel like nothing. Now try slowly going up and down</span>
<span class="FNPC">I... I can't- my legs gave up on me</span>
<span class="player">That's okay, we're past the hard part anyway. Why don't you lay down and I'll take the lead now</span>
<span class="FNPC">O- okay..</span>
You start fucking her asshole with slow but full thrusts
<span class="player">How does it feel?</span>
<span class="FNPC">It hurts like hell, I feel like giving up</span>
<span class="player">You've too far to give up now, and I'm so proud of you. Let me tell you the trick - Try playing with your pussy. It will make you feel better</span>
<img src="img\city\Hotel\hotelRoomSandraAnal2.webp">
It's working. She's not in so much pain anymore
<span class="FNPC">Ahhh... should have told me about this sooner. </span>
<span class="player">haha yeah, sorry..</span>
It's not even funny but you both laugh at it for some reason
<span class="FNPC">Fuuuck my ass went so numb. Wait... why is your dick twitching?</span>
<span class="player">Well I told you I'm gonna cum inside of you, remember?</span>
<img src="img\city\Hotel\hotelRoomSandraAnalCum.webp">
You pump her ass full of cum
<span class="FNPC">Oh... yeah, I guess you did hahah. Fwuuuck you ruined my perfect little ass...</span>
<span class="player">Yeah, sorry about that</span>
<span class="FNPC">It's okay. You deserve to cum wherever you want cause you're helping me ger more popular</span>
<span class="thought">Yup... there's no brain in this girl's head</span>
<span class="FNPC">Anyway, Imma go take a looong shower now</span>
<span class="player">Take your time, you earned it</span>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</if>>
<<link "Continue" "HotelRoom">><</link>>/*---Luna---*/\
<<if $escort is "Luna">>\
<span class="player">You two, on my dick now!</span>
<span class="FNPC">Right away sir!</span>
Luna and Sarah both get down on their knees and start licking your dick, occasionally making out
<img src="img\city\Hotel\hotelDeluxeCouchLuna.webp">
<</if>>\
/*---Lexie---*/\
<<if $escort is "Lexie">>\
<span class="player">Lexie, Sarah! I want to compare who has better tits. Please me with them!</span>
<span class="FNPCthought">Lexie thinking - oh this is my field bitch!</span>
<img src="img\city\Hotel\hotelDeluxeCouchLexie.webp">
<span class="thought">Fuck, their sizes are identical, tho Lexie's stil feel better</span>
<span class="player">Lexie, your boobs rule!</span>
<span class="FNPCthought">Lexie thinking - Haha, suck it bitch!</span>
<</if>>\
/*---Sandra---*/\
<<if $escort is "Sandra">>\
<span class="player">You two, I want to feel your tongues on my dick</span>
<span class="FNPC">Of course</span>
Sandra and Sarah both get down on their knees and start licking your dick
<img src="img\city\Hotel\hotelDeluxeCouchSandra.webp">
<</if>>\
/*---Amanda---*/\
<<if $escort is "Amanda">>\
<span class="player">Hey sarah</span>
<span class="FNPC">Yes sir?</span>
<span class="player">Get on the couch and suck my dick</span>
<span class="FNPC">Of course sir</span>
<span class="player">And you Amanda, eat her from behind</span>
<span class="mom">//*giggling*// Yes "Sir"</span>
<img src="img\city\Hotel\hotelDeluxeCouchAmanda.webp">
They get on with it
<span class="thought">What a beautiful sight</span>
<</if>>\
<<link "Continue" "HotelDeluxe">><</link>><<set _elevatorRandom to random(1,4)>>\
/*---ELEVATOR 1---*/\
<<if _elevatorRandom is 1>>\
Elevator door opens and you catch one of the guests taking provocative pics with her phone
<img src="img\city\Hotel\hotelElevatorRandomEncounter1.webp">
<span class="FNPC">Oh fuck - sorry, I'll leave</span>
<span class = "statChar"><<set $lust += 20>>Lust increased</span>
<<linkreplace "You don't need to leave">>\
<span class="player">You don't need to leave. Amazing ass by the way!</span>
<<if $charisma gte 45>>\
<span class="FNPC">You like it? My boyfriend don't like it very much, I'm trying to tease him with booty pics all the time but he never shows any reaction</span>
<span class="player">No way you're getting no reaction with ass like that, I mean look at me. I've seen it for a few seconds only and I'm already having a reaction in my pants</span>
<span class="FNPCthought">*looks at your pants* he's telling the truth, look at that hard-on</span>
<span class="FNPC">You know what - you seem really nice. Maybe we can ride the elevator together and I'll show my ass for more than a few seconds</span>
<span class="player">And I'll show you just how much I'd appreciate that</span>
You press a random button and start "appreciating" her ass from behind
<img src="img\city\Hotel\hotelElevatorRandomEncounter1-1.webp">
<span class="player">Your ass is so good I'm gonna cum right away, get down</span>
<img src="img\city\Hotel\hotelElevatorRandomEncounter1-2.webp">
She gets down on her knees and you cum on her lips
<span class="player">Make sure you kiss your boyfriend with that delicious lips</span>
<span class = "statChar"><<set $lust to 0>>Lust decreased</span>
<<elseif $charisma lt 45>>\
<span class="FNPC">Yeah... I'm defintely leaving</span>
<span class="lowStat">Charisma too low</span>
<</if>>\
<</linkreplace>>
<</if>>\
/*---ELEVATOR 2---*/\
<<if _elevatorRandom is 2>>\
Elevator door opens and you see a good looking brunette with no pants on
<img src="img\city\Hotel\hotelElevatorRandomEncounter2.jpg">
<span class="thought">Why does it looks like she's... putting on a show for someone?</span>
<span class="FNPC">Hey... hey! Earth to whoever you are. Are you getting in or not? I don't have all day</span>
<span class="player">Oh uhm... yeah, sorry, it's just... are there cameras in the elevator?</span>
<span class="FNPC">Maybe. What's it to you?</span>
<span class="thought">She's got an attitude...</span>
<span class="player">So you //were// showing off to someone</span>
<<linkreplace "Wanna give him a real show?">>\
<<if $charisma gte 45>>\
She looks you up and down...
<span class="FNPC">I like your idea</span>
She takes off her blouse and panties and lets you pound her from behind
<img src="img\city\Hotel\hotelElevatorRandomEncounter2-1.webp">
<span class="thought">I hope whoever's watching is enjoying this</span>
<span class = "statChar"><<set $lust to 0>>Lust decreased</span>
<<elseif $charisma lt 45>>\
She looks you up and down...
<span class="FNPC">You know what, I think this is my floor</span>
She leaves...
<span class="lowStat">Charisma too low</span>
<</if>>\
<</linkreplace>>
<</if>>\
/*---ELEVATOR 3---*/\
<<if _elevatorRandom is 3>>\
A cute girl enters the elevator. She's wearing a really short skirt, you can almost see her ass. You wanted to try and get a better look so you enter the elevator as well.
//after the elevator door close...//
<span class="player">Nice skirt, don't you think it's showing too much?</span>
<span class="FNPC">It- it was a dare from my friends at school after I lost the challenge. I swear I'm not a slut</span>
<span class="thought">Hmm she don't sound too convincing. Maybe I should test that</span>
<<linkreplace "Grab her ass">>\
<img src="img\city\Hotel\hotelElevatorRandomEncounter3.webp">
<<if $charisma gte 45>>\
<span class="FNPC">H~hey! That's not... appropriate</span>
<span class="player">You don't seem to mind it though</span>
<span class="FNPC">//*exhales*// okay... I'll suck your dick</span>
<span class="player">W- wait what? I didn't...</span>
<span class="FNPC">A dare says that I should blow the first person that touches my ass while wearing this skirt, and you are the first one to do it so...</span>
<span class="player">I'm not saying no to that</span>
<img src="img\city\Hotel\hotelElevatorRandomEncounter3-1.webp">
<span class = "statChar"><<set $lust to 0>>Lust decreased</span>
<<elseif $charisma lt 45>>\
<span class="FNPC">H~hey! What do you think you're doing? I just told you I'm not some slut</span>
She backs away and leaves as soon the door opened
<span class="lowStat">Charisma too low</span>
<span class = "statChar"><<set $lust += 20>>Lust increased</span>
<</if>>\
<</linkreplace>>
<</if>>\
/*---ELEVATOR 4---*/\
<<if _elevatorRandom is 4>>\
Elevator door opens and you see two girls adjusting themselves
<img src="img\city\Hotel\hotelElevatorRandomEncounter4.webp">
<span class="thought">Hm, weird. Were they doing something?</span>
<</if>>\
<<link "Exit the elevator" "Elevator">><</link>>You decide to watch the security cameras with Igor
<<set _securityCameraRandom to random(1,6)>>\
<<if _securityCameraRandom is 1>>\
<img src="img\city\Hotel\hotelSecurityCamera1.gif">
<span class="MNPC">This drunk fool again. Watch this, I bet he's gonna fall like every time</span>
You watch a drunk guy dressed as santa fall
<span class="player">hahahahaha</span>
<span class="MNPC">hahah told you</span>
<</if>>\
<<if _securityCameraRandom is 2>>\
<img src="img\city\Hotel\hotelSecurityCamera2.webp">
<span class="player">That a colleague of yours?</span>
<span class="MNPC">Yeah, and that's a hotel director. Her husband is always traveling, if only I showed this to him I could ruin her career...</span>
<</if>>\
<<if _securityCameraRandom is 3>>\
<img src="img\city\Hotel\hotelSecurityCamera3.webp">
<span class="player">Are these.. two girls?</span>
<span class="MNPC">Women $name, women! Jessica and Ruby. Two sisters..</span>
<span class="player">Sisters!?</span>
<span class="thought">Oh my God that's so hot</span>
<</if>>\
<<if _securityCameraRandom is 4>>\
<img src="img\city\Hotel\hotelSecurityCamera4.webp">
<span class="MNPC">Ah, mister Chang and his wife. At least one of them</span>
<span class="player">He's got more than one wife?</span>
<span class="MNPC">Yup. A rich fucker that Chang guy. All his wifes have huge tits</span>
<</if>>\
<<if _securityCameraRandom is 5>>\
<img src="img\city\Hotel\hotelSecurityCamera5.webp">
<span class="player">No way they're fucking with the stall door open...</span>
<span class="MNPC">Don't even think this is the weirdest thing guests do in this hotel</span>
<</if>>\
<<if _securityCameraRandom is 6>>\
<img src="img\city\Hotel\hotelSecurityCamera6.webp">
<span class="MNPC">Mmm miss Bertha, my favorite</span>
<span class="player">miss Bertha? Who's she?</span>
<span class="MNPC">Just a woman with zero luck finding a husband. One of these day I will fill that hole</span>
<span class="thought">Pretty sure he's not talking about the hole in her heart</span>
<</if>>\
<<if _securityCameraRandom is 7>>\
<img src="img\city\Hotel\hotelSecurityCamera7.gif">
<span class="player">The hell are they doing?</span>
<span class="MNPC">Just a bunch of kids dancing in the garage</span>
<span class="player">You call that dancing? Look, this one tripped hahahah</span>
<span class="MNPC">HAHAHAHA!</span>
<</if>>\
<<link "Next camera" "Watch cameras">><</link>>
<<link "Back" "Security Office">><</link>><<if $dateTime is 3>>\
You see a guy in a security uniform sitting alone at the bar, staring into his glass.
<span class="player">Why're you sitting here all alone?</span>
<span class="MNPC">Spent eight hours in the security office watching people make poor decisions on loop. Figured I'd get a quiet drink before I head home</span>
<<if $hotelSecurityCameraQuest is true>>\
<span class="thought">So a surveilance guy. Maybe if I become his friend he'll let me enter the security office</span>
<</if>>\
<<linkreplace "''[$7]'' Buy him a drink">>\
<<if $money gte 7>>\<<set $money -= 7>>
<span class="player">That sounds rough. Can I buy you one? Consider it a tip for keeping everyone else in check.</span>
<span class="MNPC">//*raises an eyebrow, half-smiles*// Sure - I won’t say no to a free drink. Cheers, stranger.</span>
<<if $HotelGuardRel lt 20>>\
<<set $HotelGuardRel += 3>><span class="statRel">Hotel guard relationship increased</span>
<<set $charisma += 1>><span class = "statChar">Charisma increased</span>
<<elseif $HotelGuardRel gte 20>>\
<span class="player">Not a stranger - name's $name</span>
<span class="MNPC">You're an okay guy $name, I'm Igor. Why don't you stop by the security office when you have some free time and I'll let you see the kind of poor decisions people in this hotel make. I think you'll like it</span>
<span class="player">Sounds dope, I would love to do that</span>
<<set $HotelGuardRel += 3>><span class="statRel">Hotel guard relationship increased</span>
<</if>>\
<<else>><span class = "lowStat">Not enough money</span>
<</if>>\
<</linkreplace>>
<<else>>\
<img src="img\misc\barSocialize.gif">
You talk with a random person at the bar
<<set $charisma += 1>><span class = "statChar">Charisma increased</span>
<</if>>\
<<link "Back" "Hotel bar">><</link>><img src="img\misc\barDrinking.gif">
You take a shot of tequila
<<link "Back" "Hotel bar">><<timeskip>><</link>><<set $currentLocation to "Passage">>\
<img src=>
<<link "Socialize" "HotelBar-Socialize">><</link>>
<<link "Get a drink" "HotelBar-Drink">><</link>>
<<link "Text" "Passage">><</link>><table class="inventory">
<tr><th colspan="2">INVENTORY</th></tr>
<<if $condoms gte 1>><tr><td>Condoms</td><td>$condoms</td></tr><</if>>
<<if $handcuffs gte 1>><tr><td>Handcuffs</td><td>$handcuffs</td></tr><</if>>
<<if $beer gte 1>><tr><td>Beer</td><td>$beer</td></tr><</if>>
<<if $kateNumber is true>><tr><td>A napkin with Kate's phone number written on it</td><td></td></tr><</if>>
<<if $sleepingPills gte 1>><tr><td>Sleeping Pills</td><td>$sleepingPills</td></tr><</if>>
<tr><th colspan="2"><<link "Close" $currentLocation>><</link>></th></tr>
</table>
<style>
.inventory {
width: 260px;
border-collapse: separate; /* 🔹 ključ da bi border-radius radio */
border-spacing: 0; /* bez praznina između ćelija */
background: #121212;
border: 1px solid #2a2a2a;
border-radius: 15px; /* 🔹 zaobljene ivice */
font-family: "Inter", "Segoe UI", sans-serif;
color: #ddd;
margin-top: 12px;
font-size: 14px;
overflow: hidden; /* da ivice zaista “odseku” sadržaj */
}
.inventory th {
background: #181818;
color: #f0b63f;
font-weight: 600;
text-align: center;
padding: 8px;
letter-spacing: 1px;
border-bottom: 1px solid #2a2a2a;
}
.inventory td {
padding: 6px 10px;
border-bottom: 1px solid #1f1f1f;
transition: background 0.2s ease;
}
.inventory tr:last-child td {
border-bottom: none;
}
.inventory td:first-child {
color: #ccc;
}
.inventory td:last-child {
text-align: right;
color: #9fd49f;
font-weight: 500;
}
.inventory tr:hover td {
background: rgba(255, 255, 255, 0.04);
}
</style><<if $currentLocation is "Store">>\
<span class="player">Hey, ever heard of an old pawn shop around here?</span>
<span class="FNPC">Pawn shop? Nah, not anymore. Closest thing we got now is people pawning stuff on Marketplace.</span>
<span class="thought">She's too "genZ" to even be interested in a Pawn Shop, I should try asking somewhere else</span>
<</if>>\
<<if $currentLocation is "Library">>\
<span class="player">Excuse me, do you have any local records? I’m trying to find an old pawn shop that used to be around here.</span>
<span class="FNPC">Hmm… sounds familiar, but the city’s archives don’t go that far back. Urban renewal wiped out half the block back then.</span>
<span class="player">Figures. Can’t Google the past, huh?</span>
<span class="FNPC">Not yet. But when you find a way, let me know - I’ve got overdue mysteries of my own.</span>
<span class="thought">No luck, I should keep asking around</span>
<</if>>\
<<if $currentLocation is "Bar">>\
Tired from asking around, you decide to have a drink before you go on with your //adventure//. A bartender comes to you-
<span class="MNPC2">Welcome sir, you look tired. How can I help?</span>
<span class="player">Well... unless you can tell me about the Pawn Shop - whiskey, please.</span>
<span class="MNPC2">Hmm... pawn shop, huh? Yeah, I think there was one a few years back. But it’s gone now - they tore it down.</span>
<span class="player">//*Surprised*// Oh? Any idea what’s there now?</span>
<span class="MNPC2">Yeah, I heard they built a car dealership on the same spot. Not your usual one though - they deal mostly in parts for old cars. Classics and stuff like that.</span>
<span class="player">You wouldn’t happen to know which dealership exactly, would you?</span>
<span class="MNPC2">Not really, no. There’s a few of those in town.</span>
<span class="thought">Yeah... thought you wouldn't...</span>
<span class="MNPC2">''But....'' //*nods toward the crowd*// see that girl over there? The one with the long dark hair and the satin blouse?</span>
<<linkreplace "Turn around">>\
You turn around to take a look. You see a brunette sipping on a cocktail
<img src="img\misc\barNora.gif">
<span class="player">Yeah I see her. Hmm, she looks familiar</span>
<span class="MNPC2">Many guys say that. Anyway, that’s ''Nora''. She’s a total car nut. Knows every garage, shop, and dealership in the city.</span>
<span class="player">Appreciate it. Guess I’ll go talk to her.</span>
<span class="MNPC2">//*laughs*// Good luck, man. She’s got a thing for fast cars - and trouble.</span>
<<link "Approach Nora" "ApproachNora">><</link>>
<</linkreplace>>\
<</if>>\
<<if $currentLocation is "Reception">>\
<span class="player">Quick question - you ever hear about a pawn shop that used to be somewhere nearby?</span>
<span class="FNPC">A pawn shop? Around here? Sir, this neighborhood’s been luxury since before I was born.</span>
<span class="player">So no shady deals behind the velvet curtains?</span>
<span class="FNPC">Only if you count management.</span>
<span class="thought">I need someone who talks to people, who hears rumors. Hmm, where do I find someone like that?</span>
<</if>>\
<<link "Back" $currentLocation>><</link>>//You approach the girl//
<span class="player">Mind if I join you? Bartender said you’re the one to talk to about old cars</span>
<span class="FNPC2">Old cars, huh? Most guys who open with that just want an excuse to talk about horsepower</span>
<span class="player">What if I’m more of a torque kind of guy?</span>
<span class="FNPC2">//*chuckles*// Then you’re already doing better than most</span>
<span class="player">I’m looking for a dealership that deals in vintage parts. Hard to find, apparently.</span>
<span class="FNPC2">You mean Linden Motors. Quiet place. Still running… barely</span>
<span class="player">So it’s real. Thought I was chasing a rumor.</span>
<span class="FNPC2">Oh, it’s real. Just hard to get into if you don’t know where to look. Kind of like me.</span>
<span class="player">Guess I’ll have to earn directions then</span>
<span class="FNPC2">//*laughs softly*// You’ve got a mouth on you. Reminds me of someone I used to know when I was a kid. He’d get into trouble just to see if he could charm his way out of it.</span>
<span class="player">Did it work?</span>
<span class="FNPC2">Sometimes. Other times he’d end up with a black eye and a story worth telling.</span>
//She studies you for a moment - a hint of warmth breaking through her cool tone.//
<span class="player">You look like someone who collects stories, not black eyes.</span>
<span class="FNPC2">Maybe. Haven’t had much to collect lately. Guys these days are... uninspired. No drive. No confidence. Just noise and empty compliments</span>
<span class="player">Guess that explains why you’re drinking alone.</span>
<span class="FNPC2">//*chuckles*// And what makes you any different?</span>
<<linkreplace "Hit on her">>\
<<if $charisma gte 20>>\
<span class="player">I’m not here to impress you. I’m here because you make this bar look like the only place worth sitting in.</span>
//She pauses, smirking despite herself//
<img src="img\misc\barNora2.gif">
<span class="FNPC2">Careful. You’re one smooth line away from me making a mistake.</span>
<span class="player">Then I’d better choose it wisely.</span>
//A quiet moment - she finishes her drink, eyes lingering on you//
<span class="FNPC2">You know what? Maybe I’m overdue for one of those mistakes. Let's see if you can earn the directions you need</span>
//She stands slowly, giving a small tilt of her head toward the restroom - unspoken, but clear//
<<link "Fuck her in the restroom" "BarNoraRestroom">><<set $stam -= 20>><,<<timeskip>><</link>>\
<<elseif $charisma lt 20>>\
<span class="player">Well… I’ve got great mileage and low maintenance?</span>
<span class="FNPC2">//*stares for a second, then smirks*// Wow. That was… something.</span>
<span class="player">In a good way?</span>
<img src="img\misc\barNora3.gif">
<span class="FNPC2">No. Definitely not in a good way.</span>
//She stands up and leaves//
<span class="lowStat">Charisma level 20+ needed</span>
<</if>>\
<</linkreplace>>
<<link "Leave" "Bar">><</link>><<if $pawnShopQuest is true>>\
<img src="img\nora\barNoraRestroomFuck1.webp">
You grab her waist and pound her hard
<span class="FNPC2">//*moaning*// oh fuck fuck, finally a proper fuck</span>
<span class="player">//*panting*// your pussy is great as well. So... about those directions?</span>
<span class="FNPC2">mmngh you earned them - the car dealership you're looking for is... is.... ohhh fuck I'm cummingggngh</span>
//You feel her pussy twitching from pleasure. Looks like she really likes your dick//
<span class="thought">She's so hot when she's cumming, I'm getting close as well</span>
<<linkreplace "Cum inside her">>\
<img src="img\nora\barNoraRestroomFuck2.webp">
//You cum deep inside her//
<span class="FNPC2">...industrial edge!</span>
<span class="player">what?</span>
<span class="FNPC2">the car dealership! It's at the industrial edge of the city! Wait, did you just cum inside me?</span>
<span class="player">Y- yeah, I'm sorry but your pussy felt too good</span>
<span class="FNPC2">//*laughs*// you're lucky that compliment is good enough for me not to get angry</span>
<span class="player">Hey uhm.. thanks for the directions. You uhm.. wanna get a drink sometime?</span>
<span class="FNPC2">//*laughs*// yeah, maybe... I hang out at this bar from time to time so whenever you see me, feel free to aproach me. I could use more of that dick</span>
<span class="player">Sure, you've got it!</span>
<span class="thought">Damn, she's really something. I should come by the bar again sometime. Now... __let's find this Car Dealership__</span>
<<set $noraRel += 1>>
<<link "Leave the bar" "Go to the City">><<set $pawnShopQuest to false>><<set $QuestCarDealership to true>><<set $lust to 0>><</link>>
<</linkreplace>>\
<<elseif $pawnShopQuest is false>>\
//You turn around and see Nora sitting at the table, inviting you with her eyes//
<img src="img\misc\barNora2.gif">
//You approach her//
<span class="player">Hey</span>
<span class="FNPC2">Hey</span>
//You hold eye contact for a second//
<span class="player">Bathroom break?</span>
<span class="FNPC2">//*smirking*// Yes please</span>
<<linkreplace "Go to the bathroom with Nora">>\
You enter the bathroom with Nora and without and delay, ram her from behind
<img src="img\nora\barNoraRestroomFuck1.webp">
<span class="FNPC2">//*moaning*// Oh fuck yes I missed that dick</span>
<span class="player">Are you on the pill again?</span>
<span class="FNPC2">Of course</span>
After a few minutes of drilling her pussy, you decide to cum inside
<img src="img\nora\barNoraRestroomFuck2.webp">
<span class="FNPC2">Mmm that feels good</span>
<span class="player">Can't agree more</span>
<<set $noraRel += 1>><span class="statRel">Nora relationship increased</span>
<span class = "statChar"><<set $lust to 0>>Lust decreased</span>
<</linkreplace>>\
<<link "Leave the bar" "Go to the City">><</link>>
<</if>><<set _random to random(1, 5)>>\
<<if _random is 1 and $charisma gte 20>>\
As you roam around the bar, a blonde girl catches your eye, blowing you a playful kiss while teasingly lifting her top to flash her bare breasts before dropping it back down with a wink.
<img src="img\city\Bar\barSocialize1.webp">
<<set $charisma += 1>><span class = "statChar">Charisma increased</span>
<span class = "statChar"><<set $lust += 20>>Lust increased</span>
<<elseif _random is 2 and $charisma gte 20>>\
You slide into the seat next to a girl engrossed in a phone call, your hand discreetly finding its way under the table to finger her pussy, eliciting a subtle gasp from her as she tries to maintain her composure while continuing her conversation.
<img src="img\city\Bar\barSocialize2.webp">
<<set $charisma += 1>><span class = "statChar">Charisma increased</span>
<span class = "statChar"><<set $lust += 20>>Lust increased</span>
<<elseif _random is 3 and $charisma gte 20>>\
<img src="img\city\Bar\barSocialize3.webp">
As you socialize at the bar, your attention is caught by the barmaid, who effortlessly pours your beer with a playful smile, her short skirt riding up to reveal that she's forgoing underwear, offering a tantalizing glimpse of her naked pussy with each confident move.
<<set $charisma += 1>><span class = "statChar">Charisma increased</span>
<span class = "statChar"><<set $lust += 20>>Lust increased</span>
<<else>>
<img src="img\misc\barSocialize.gif">
You talk with a random person at the bar
<<set $charisma += 1>><span class = "statChar">Charisma increased</span>
<</if>>\
<<link "Continue" "Bar">><</link>><<set _random to random(1, 4)>>\
<<if _random is 1 and $charisma gte 20>>\
You overhear two middle-aged women talking about anal sex.
<span class="FNPC">Omg you're so dirty</span>
<span class="FNPC2">I know but there's just nothing more beautiful then a nice cock sliding into my ass when I least expect it</span>
<span class="thought">Hehe well call me "mister unexpected"</span>
You go over to the woman and randomly slide it into her ass
<img src="img\city\Bar\barDrink1.webp">
<<set $charisma += 1>><span class = "statChar">Charisma increased</span>
<span class = "statChar"><<set $lust to 0>>Lust decreased</span>
<<elseif _random is 2 and $charisma gte 20>>\
You're enjoying your drink when a girl with a nice panties walks by you and cheers to you
<img src="img\city\Bar\barDrink2.webp">
<<else>>\
<img src="img\misc\barDrinking.gif">
You take a shot of tequila
<<set $charisma += 1>><span class = "statChar">Charisma increased</span>
<</if>>\
<<link "Continue" "Bar">><</link>>WIP
//In the future updates//
<<link "Close" $currentLocation>><</link>><<if $job is "">>\
//You walk in the HR office//
<span class="FNPC">So, you’re applying for the store clerk position, right?</span>
<span class="player">Yeah. Figured I could use some steady cash.</span>
<span class="FNPC">Mm-hm. We’re looking for someone friendly - someone who can smile even when customers can’t. Think you’ve got the charm for that?</span>
<<if $charisma gte 20>>\
<span class="player">I’ve been told my smile’s strong enough to make refunds feel like compliments.</span>
<span class="FNPC">//*laughs*// That’s the kind of attitude we need. Welcome aboard.</span>
<<set $job to "Store Clerk">><<set $jobExp to 0>>\
Your've got the job ''Store Clerk''.
<<elseif $charisma lt 20>>\
<span class="lowStat">Charisma level 20+ needed to work as the ''Store Clerk''</span>
<</if>>\
<<elseif $job is "Store Clerk">><<set _storeRandom to random(1,5)>>\
<<if _storeRandom is 1>>\
You see a girl struggling to get an item from a high shelf
<img src="img\city\Store\storeWork1.webp">
<span class="player">Hi, do you need some help?</span>
<span class="FNPC">Yes please, I want to get this bear for my boyfriend but I can't reach it</span>
<span class="player">Sure let me help you with that</span>
<span class="thought">*mocking* I want to get this bear for my boyfriend, nyanyanya. You're lucky I work here so I have to help you</span>
<<timeskip>>You worked a shift at the store<<set $jobExp += 10>>
<<set $money += 80>><span class = "statMoney">You earned $80</span>
<<elseif _storeRandom is 2>>\
A buyer approaches you-
<span class="FNPC">Excuse me sir, this is gonna sound weird - I really need this bluetooth headset for gym but I don't have $20. Can I get them for free if I show you my tits?</span>
<<linkreplace "Sure">>
<span class="player">Sure, if you let me touch them as well</span>
<span class="FNPC">Deal</span>
She lifts her shirt and you get a good squeeze
<img src="img\city\Store\storeWork2.webp">
<<timeskip>>You worked a shift at the store<<set $jobExp += 10>>
<<set $money += 60>><span class = "statMoney">You earned $60</span>
<span class = "statChar"><<set $lust += 20>>Lust increased</span>
<</linkreplace>>
<<linkreplace "No way">>\
<span class="player">Sorry, guess you're gonna have to listen to a gym radio</span>
<span class="FNPC">Ah damn it...</span>
<<timeskip>>You worked a shift at the store<<set $jobExp += 10>>
<<set $money += 80>><span class = "statMoney">You earned $80</span>
<</linkreplace>>\
<<elseif _storeRandom is 3>>\
//You stroll around the store and come across two girls teasing you//
<img src="img\city\Store\storeWork3.webp">
<span class="thought">These bitches are teasing me so bad... Nice asses tho</span>
<<timeskip>>You worked a shift at the store<<set $jobExp += 10>>
<<set $money += 80>><span class = "statMoney">You earned $80</span>
<span class = "statChar"><<set $lust += 20>>Lust increased</span>
<<elseif _storeRandom is 4 or 5>>\
<<timeskip>>You worked a shift at the store<<set $jobExp += 10>>
<<set $money += 80>><span class = "statMoney">You earned $80</span>
<</if>>
<</if>>
<<link "Go back" "Store">><</link>><<set _Random to random(1,2)>>\
<<if _Random is 1>>\
You enter the office
<span class="player">Hi, is everything okay?</span>
<span class="FNPC">//*smiles*// More than okay. Actually, I wanted to talk about your results lately. You’ve been killing it - sales, customer feedback, everything.
</span>
<span class="player">Oh, thanks! I’ve been trying to stay focused.</span>
<span class="FNPC">Well, it’s definitely paying off. You’ve set a new standard here, honestly.</span>
<span class="player">I appreciate that. It means a lot coming from you</span>
<span class="FNPC">//*leans on the desk slightly, lowering her voice*// I wish I could give you a raise right now… but the store’s budget is locked tight. Still, I don’t want your effort to go unnoticed</span>
<span class="player">You don’t have to-</span>
<span class="FNPC">//*cuts in softly*// No, I want to. I just… might have to be a little creative with how I show it.</span>
<span class="player">//*raises an eyebrow, curious*// Creative, huh?</span>
<span class="FNPC">//*steps closer*// Mhm. Let’s just say… I have my own ways of rewarding dedication.</span>
She gets on her knees and gives you a nice blowjob
<img src="img\city\Store\storeManager1.webp">
<span class="player">O- oh.. I'm liking this way more than a raise</span>
<<elseif _Random is 2>>\
<span class="FNPC">Hey $name, could you give me a hand in the storage room for a minute?</span>
<span class="player">Sure thing. Need help moving boxes again?</span>
<span class="FNPC">//*smiles*// Something like that. Come on.</span>
//You step into the storage room/
<span class="FNPC">You’ve been doing really well lately, you know that? Sales are up, customers love you, and even the night shift crew keeps talking about how reliable you are.</span>
<span class="player">I’m just trying to do my job the best I can.</span>
<span class="FNPC">//*nods, crossing her arms with a grin*// Well, you’re doing more than just that. You’re keeping this place running smoother than ever.</span>
<span class="player">Thanks, that actually means a lot coming from you.</span>
<span class="FNPC">//*leans against a palette*// Thing is… I’ve been trying to get you a raise or at least a title bump, but corporate keeps saying no.</span>
<span class="player">Yeah, I figured. Happens all the time</span>
<span class="FNPC">//*lowers her voice, a little conspiratorial*// Still, I don’t like when good work goes unrewarded. And since we’ve got the storage to ourselves right now...</span>
<span class="player">...You’ve got something else in mind?</span>
<span class="FNPC">//*lifts her dress and bends over the palette*// Let’s just say I’m willing to make sure you feel appreciated - even if it’s not exactly in the company handbook.</span>
<span class="thought">Oh fuck yeah...</span>
//You take your shirt off and pull the pants down with the speed of light and start pounding her from behind//
<img src="img\city\Store\storeManager2.webp">
<</if>>
<<link "Go back" "Store">><</link>><div class="book">
<div class="page left">
<h2>Velvet Persuasion</h2>
<p>
The body speaks long before words ever do. A glance, a subtle shift, a lingering touch - each carries meaning deeper than any sentence could. To master touch is to understand rhythm, warmth, and distance; to know when to reach, and when to let them ache for it.
Every gesture becomes a language of desire. Through touch, you can calm, command, or consume - without saying a single word.
</p>
</div>
<div class="page right">
<img src="img\city\Library\libraryBodyAndTouch.jpg">
</div>
</div>
<<set $massageSkill += 2>><span class = "statSkill">Massage skill increased</span>
<<link "Close the book" "Library">><<timeskip>><<set $stam -= 20>><</link>>
<style>
.book {
display: flex;
justify-content: center;
align-items: center;
background: #d8c8a0;
padding: 40px;
border-radius: 10px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
perspective: 1200px;
width: 900px;
height: 600px;
margin: 40px auto;
font-family: "Georgia", serif;
}
.page {
width: 50%;
height: 100%;
background: #fdf8e2;
box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
padding: 40px;
position: relative;
border-radius: 5px;
transform-origin: center;
}
.page.left {
border-right: 2px solid #c0a060;
transform: rotateY(5deg);
}
.page.right {
border-left: 2px solid #c0a060;
transform: rotateY(-5deg);
display: flex;
justify-content: center;
align-items: center;
}
.page.right img {
width: 95%;
height: 90%;
object-fit: cover;
border-radius: 6px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
h2 {
font-family: "Cinzel Decorative", serif;
font-size: 28px;
margin-bottom: 20px;
color: #3a2f1f;
text-align: center;
}
p {
font-size: 18px;
line-height: 1.6;
color: #3e2d1c;
text-align: justify;
}
</style><div class="book">
<div class="page left">
<h2>Velvet Persuasion</h2>
<p>
True seduction is not about beauty, but about presence. It’s about knowing how to look, how to speak, how to pause. To seduce is to make someone feel seen - and crave being seen again.
When you master velvet persuasion, you no longer ask for attention - you command it without a word.
</p>
</div>
<div class="page right">
<img src="img\city\Library\libraryVelvetPersuasion.png">
</div>
</div>
<<set $charisma += 2>><span class = "statChar">Charisma increased</span>
<<link "Close the book" "Library">><<timeskip>><<set $stam -= 20>><</link>>
<style>
.book {
display: flex;
justify-content: center;
align-items: center;
background: #d8c8a0;
padding: 40px;
border-radius: 10px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
perspective: 1200px;
width: 900px;
height: 600px;
margin: 40px auto;
font-family: "Georgia", serif;
}
.page {
width: 50%;
height: 100%;
background: #fdf8e2;
box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
padding: 40px;
position: relative;
border-radius: 5px;
transform-origin: center;
}
.page.left {
border-right: 2px solid #c0a060;
transform: rotateY(5deg);
}
.page.right {
border-left: 2px solid #c0a060;
transform: rotateY(-5deg);
display: flex;
justify-content: center;
align-items: center;
}
.page.right img {
width: 95%;
height: 90%;
object-fit: cover;
border-radius: 6px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
h2 {
font-family: "Cinzel Decorative", serif;
font-size: 28px;
margin-bottom: 20px;
color: #3a2f1f;
text-align: center;
}
p {
font-size: 18px;
line-height: 1.6;
color: #3e2d1c;
text-align: justify;
}
</style><div class="book">
<div class="page left">
<h2>The Forbidden Fruit</h2>
<p>
The forbidden allure of a sibling's touch can be intoxicating, a dance of desire that walks the line between love and lust. A stolen glance across the breakfast table, a brush of fingers as they pass in the hallway — these fleeting moments ignite a fire that burns deep within.
In the privacy of a shared bedroom, a hand slips under the covers, tracing the curves and contours of forbidden flesh. The gasps and whispers of pleasure mingle with the pounding of hearts, a symphony of taboo desire that neither can resist.
</p>
</div>
<div class="page right">
<img src="img\city\Library\libraryTheForbiddenFruit.png">
</div>
</div>
<span class = "statChar"><<set $lust += 50>>Lust increased</span>
<<link "Close the book" "Library">><<timeskip>><<set $stam -= 20>><</link>>
<style>
.book {
display: flex;
justify-content: center;
align-items: center;
background: #d8c8a0;
padding: 40px;
border-radius: 10px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
perspective: 1200px;
width: 900px;
height: 600px;
margin: 40px auto;
font-family: "Georgia", serif;
}
.page {
width: 50%;
height: 100%;
background: #fdf8e2;
box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
padding: 40px;
position: relative;
border-radius: 5px;
transform-origin: center;
}
.page.left {
border-right: 2px solid #c0a060;
transform: rotateY(5deg);
}
.page.right {
border-left: 2px solid #c0a060;
transform: rotateY(-5deg);
display: flex;
justify-content: center;
align-items: center;
}
.page.right img {
width: 95%;
height: 90%;
object-fit: cover;
border-radius: 6px;
}
h2 {
font-family: "Cinzel Decorative", serif;
font-size: 28px;
margin-bottom: 20px;
color: #3a2f1f;
text-align: center;
}
p {
font-size: 18px;
line-height: 1.6;
color: #3e2d1c;
text-align: justify;
}
</style><<set $symbols to ["🍒","🍋","🍇","💎","7️⃣"]>>\
<div style="text-align:center; background:radial-gradient(circle at center,#111,#000); color:#f5e7c0; border:2px solid #c0a060; border-radius:12px; width:280px; margin:0 auto; padding:15px; font-family:'Georgia',serif;">\
<h2>🎰 Velvet Slots</h2>
<p><b>Balance:</b> $<<print $money>></p>
<<if !$played>>\
<div style="font-size:48px; letter-spacing:8px; margin:15px 0;">🍒🍋🍇</div>
<<if $money < 10>>\
<p>❌ Not enough money to play.</p>
<<else>>\
<p>Press SPIN to play ($10 per spin)</p>
<<link "🎲 SPIN">>
<<set $money -= 10>>\
<<set _chance to random(1, 100)>>\
<<if _chance <= 5>> <!-- šansa da budeš dobitnik -->\
<<set $s1 to "💎">>
<<set $s2 to "💎">>
<<set $s3 to "💎">>
<<else>>\
<<set $s1 to $symbols[random(0,4)]>>
<<set $s2 to $symbols[random(0,4)]>>
<<set $s3 to $symbols[random(0,4)]>>
<</if>>
<<set $played to true>>\
<<goto "Slot Machine">>\
<</link>>\
<</if>>\
<<else>>\
<div style="font-size:48px; letter-spacing:8px; margin:15px 0;">\
<<print $s1>><<print $s2>><<print $s3>>
</div>\
<<if $s1 == $s2 and $s2 == $s3>>\
<<set $money += 500>>\
<p style="color:#d4af37;">✨ You won $500! ✨</p>
<<else>>\
<p style="color:#bb5555;">❌ You lost this round.</p>
<</if>>\
<<link "🎲 Spin Again" "Slot Machine">><<unset $played>><</link>>
<</if>>\
<<link "🚪Leave" "Casino">><<unset $played>><</link>>
</div>You come across the Arcade number 3.
<img src="img\city\Arcade\arcadeNo31.gif">
<span class="thought">Huh, so this is it. The "unbeatable" game.</span>
<<link "''[$5]'' Insert coin to play">>
<<if $money gte 5>><<set $money -= 5>><<goto "Arcade no. 3 play">>\
<<else>>
<span class = "lowStat">Not enough money</span>
<</if>>
<</link>>
<<link "Continue" "Arcade">><</link>>// You insert the coin //
<<set $gamingSkill to 50>>
<img src="img\city\Arcade\arcadeNo32.gif">
<span class="player">Let's do this!</span>
<<timed 2s>>\
You start playing the game
<img src="img\city\Arcade\arcadeNo33.gif">
<<timed 2s>>\
<span class="player">Damn, this is hard</span>
You are trying really hard
<<timed 2s>>\
<span class="player">Come on, come on, come on!</span>
<<timed 2s>>\
<<if $arcadeCounter gte 2 and $gamingSkill gte 30>>\
<img src="img\city\Arcade\arcadeNo35.gif">
You won!
<span class="player">OH MY GOD FINALLY!</span>
[[Time to meet Kate!]]
<<elseif $arcadeCounter gte 2 and $gamingSkill lt 30>>\
<img src="img\city\Arcade\arcadeNo34.gif">
You lost
<span class="player">Oh my goooood! Okay, maybe I should get better at gaming first, then try again</span>
<span class="lowStat">Gaming skill not high enough</span>
<<else>>\
<img src="img\city\Arcade\arcadeNo34.gif">
You lost
<span class="player">What the fuck? Okay, I think I understand it now, let's try again!</span>
<<set $arcadeCounter += 1>>\
<<if $money gte 5>><<link "''[$5]'' Insert coin to play">><<set $money -= 5>><<goto "Arcade no. 3 play">><</link>>
<<else>>\
<span class="lowStat">Not enough money</span>
<</if>>\
<</if>>\
<</timed>><</timed>><</timed>><</timed>>\
<<link "Give up">><<goto "Arcade">><</link>>You return to the counter, slightly sweaty but grinning
<span class="player">Alright, I beat it. Final boss - down</span>
<span class="FNPC2">//*looks up from her phone, unconvinced// Ha. Sure you did. Everyone says they beat it until I check the logs</span>
<span class="player">Check away.</span>
<span class="FNPC2">//*types a few things, eyes widening just a little*// ...Well I’ll be damned. You actually did it.</span>
<span class="player">Told you I wasn’t just some random guy</span>
<span class="FNPC2">//*crosses her arms, half-smirking, half-impressed*// Guess I owe you a tiny apology. You’re either the real deal, or you’ve got way too much free time</span>
<span class="player">Can’t it be both?</span>
<span class="FNPC2">//*laughs quietly*// Maybe. Alright, hotshot, you pass. Kate mentioned if a certain guy ever shows up, I should give him her number - but only after he proves he’s not another wannabe."</span>
<span class="player">Guess I just made the cut, huh?</span>
<span class="FNPC2">//*slides a napkin across the counter with a number scribbled on it*// Don’t make me regret this. She’s... good people. Better than most who come through here.</span>
<span class="player">//*grins, taking the napkin*// I’ll try not to ruin her faith in humanity</span><<set $kateNumber to true>>
<span class="FNPC2">Good luck with that. Now get outta here before I change my mind!</span>
<span class="thought">Hmm, so she didn't show up at the arcade but she gave me her number. I should text her. <<if $phone is false>>Guess I should buy a phone first<</if>></span>
<<set $kateArcade to false>>\
<<set $kateArcadeBeatGame to false>>\
<<set $textKate to true>>
<<link "Continue" "Arcade">><</link>><<if $stam neq 0>>\
<img src="img\city\Arcade\arcadeDonkeyKong.gif">
You played Donkey Kong for a while
<<set $gamingSkill += 1>><span class = "statSkill">Gaming Skill increased</span><<timeskip>><<set $stam -= 20>>
<<else>>\
<span class ="lowStat">You're too tired to do this</span>
<</if>>\
<<link "Continue" "Arcade">><</link>><<if $stam neq 0>>\
<img src="img\city\Arcade\arcadePinball.gif">
You played Pinball for a while
<<set $gamingSkill += 1>><span class = "statSkill">Gaming Skill increased</span><<timeskip>><<set $stam -= 20>>
<<else>>\
<span class ="lowStat">You're too tired to do this</span>
<</if>>\
<<link "Continue" "Arcade">><</link>><<if $stam neq 0>>\
<img src="img\city\Arcade\arcadeVRTargetPractise.gif">
You played Target Practise in VR for a while
<<set $gamingSkill += 1>><span class = "statSkill">Gaming Skill increased</span><<timeskip>><<set $stam -= 20>>
<<else>>\
<span class ="lowStat">You're too tired to do this</span>
<</if>>\
<<link "Continue" "Arcade">><</link>><<if $stam neq 0>>\
<<set _random to random(1,4)>>\
<<if _random is 1>>\
<img src="img\city\Arcade\arcadeMilfyCity.png">
<span class="thought">Wow, I wish my sister sent me arch pics like that</span>
You played ''Milfy City'' for a while
<<set $gamingSkill += 1>><span class = "statSkill">Gaming Skill increased</span><<timeskip>><<set $stam -= 20>>
<<elseif _random is 2>>\
<img src="img\city\Arcade\arcadeTropicali.gif">
<span class="thought">What a crazy bitch! She's riding him like a horse after asking him to do that to his sister?</span>
You played ''Tropicali'' for a while
<<set $gamingSkill += 1>><span class = "statSkill">Gaming Skill increased</span><<timeskip>><<set $stam -= 20>>
<<elseif _random is 3>>\
<img src="img\city\Arcade\arcadeLifesPayback.gif">
<span class="thought">He's really doing her like that in front of his sister? This gives me ideas //*grins*//</span>
You played ''Life's Payback'' for a while
<<set $gamingSkill += 1>><span class = "statSkill">Gaming Skill increased</span><<timeskip>><<set $stam -= 20>>
<<elseif _random is 4>>\
<img src="img\city\Arcade\arcadeSarahsHouse.gif">
<span class="thought">Hmm I wonder where's my aunt?</span>
You played ''Sarah's House'' for a while
<<set $gamingSkill += 1>><span class = "statSkill">Gaming Skill increased</span><<timeskip>><<set $stam -= 20>>
<</if>>\
<<else>>\
<span class ="lowStat">You're too tired to do this</span>
<</if>>\
<<link "Continue" "Arcade">><</link>>